Class UnknownAuthenticationException

All Implemented Interfaces:
Serializable

public class UnknownAuthenticationException extends AuthenticationException
Thrown when an unforeseen authentication error occurs.
Since:
1.7
See Also:
  • Constructor Details

    • UnknownAuthenticationException

      public UnknownAuthenticationException(String message)
      Constructs an UnknownAuthenticationException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).