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

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/exceptions/
H A DRestAuthException.java22 public class RestAuthException extends Exception { class in inherits:Exception
33 * Constructs a RestAuthException.
38 public RestAuthException(int responseStatus, String errorMessage) { method in class:RestAuthException
44 * Constructs a RestAuthException.
49 public RestAuthException(int responseStatus, Throwable throwable) { method in class:RestAuthException
55 * Constructs a RestAuthException.
61 public RestAuthException(int responseStatus, String errorMessage, Throwable throwable) { method in class:RestAuthException
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/exceptions/
H A DRestAuthException.java22 public class RestAuthException extends Exception { class in inherits:Exception
33 * Constructs a RestAuthException.
38 public RestAuthException(int responseStatus, String errorMessage) { method in class:RestAuthException
44 * Constructs a RestAuthException.
49 public RestAuthException(int responseStatus, Throwable throwable) { method in class:RestAuthException
55 * Constructs a RestAuthException.
61 public RestAuthException(int responseStatus, String errorMessage, Throwable throwable) { method in class:RestAuthException

Completed in 27 milliseconds