Package org.forgerock.authz.filter.api
Class AuthorizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.forgerock.authz.filter.api.AuthorizationException
- All Implemented Interfaces:
Serializable
Represents an exception whilst performing Authorization.
- Since:
- 1.4.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAuthorizationException(String message) Creates a new AuthorizationException.AuthorizationException(String message, Throwable cause) Creates a new AuthorizationException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
public static final long serialVersionUIDSerial Version UID.- See Also:
-
-
Constructor Details
-
AuthorizationException
Creates a new AuthorizationException.- Parameters:
message- The exception message.
-
AuthorizationException
Creates a new AuthorizationException.- Parameters:
message- The exception message.cause- The underlying cause.
-