Class UnrecoverableAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.openig.tools.authentication.AuthenticationException
org.forgerock.openig.tools.authentication.UnrecoverableAuthenticationException
- All Implemented Interfaces:
Serializable
Represents an unrecoverable authentication error or failure such as a missing authentication Tree or Service.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new exception with the given message.UnrecoverableAuthenticationException
(String message, Throwable cause) Constructs a new exception with the given message and root cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnrecoverableAuthenticationException
Constructs a new exception with the given message.- Parameters:
message
- error message
-
UnrecoverableAuthenticationException
Constructs a new exception with the given message and root cause.- Parameters:
message
- error messagecause
- root cause
-