Class AuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.datahub.authentication.AuthenticationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationExpiredException

public class AuthenticationException extends Exception
An Exception thrown when an Authenticator is unable to be resolved an instance of Authentication for the current request.
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException(String message)
    • AuthenticationException

      public AuthenticationException(String message, Throwable cause)