Package com.datahub.authentication
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.datahub.authentication.AuthenticationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationExpiredException
An
Exception thrown when an Authenticator is unable to be resolved an instance of
Authentication for the current request.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationException(String message) AuthenticationException(String message, Throwable 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
-
AuthenticationException
-
AuthenticationException
-