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:
java.io.Serializable
public class AuthenticationExpiredException extends AuthenticationException
AnExceptionthrown when anAuthenticatoris unable to be resolve an instance ofAuthenticationfor the current request.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationExpiredException(java.lang.String message)AuthenticationExpiredException(java.lang.String message, java.lang.Throwable cause)
-