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