Package com.datahub.authentication
Class AuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.datahub.authentication.AuthenticationException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AuthenticationExpiredException
public class AuthenticationException extends java.lang.ExceptionAnExceptionthrown when anAuthenticatoris unable to be resolved an instance ofAuthenticationfor the current request.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationException(java.lang.String message)AuthenticationException(java.lang.String message, java.lang.Throwable cause)
-