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
public class AuthorizationException extends RuntimeException
Represents an exception whilst performing Authorization.- Since:
- 1.4.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
Serial Version UID.
-
Constructor Summary
Constructors Constructor Description AuthorizationException(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 Detail
-
serialVersionUID
public static final long serialVersionUID
Serial Version UID.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AuthorizationException
public AuthorizationException(String message)
Creates a new AuthorizationException.- Parameters:
message
- The exception message.
-
-