Searched defs:createExceptionResponse (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/http/
H A DAuthenticationServiceV2.java69 return createExceptionResponse(response, cause);
72 return createExceptionResponse(response, ResourceException.getException(status.getCode()));
75 return createExceptionResponse(response, ResourceException.getException(status.getCode(), exception.getMessage(), exception));
79 private Response createExceptionResponse(Response response, ResourceException exception) { method in class:AuthenticationServiceV2
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/http/
H A DAuthenticationServiceV2.java70 return createExceptionResponse(response, cause);
73 return createExceptionResponse(response, ResourceException.getException(status.getCode()));
76 return createExceptionResponse(response, ResourceException.getException(status.getCode(), exception.getMessage(), exception));
80 private Response createExceptionResponse(Response response, ResourceException exception) { method in class:AuthenticationServiceV2

Completed in 28 milliseconds