Class AuthenticationException

  • All Implemented Interfaces:
    Serializable

    public class AuthenticationException
    extends Exception
    An exception thrown to indicate that an Authenticator is unable to check the validity of the given credentials.

    DO NOT USE THIS TO INDICATE THAT THE CREDENTIALS ARE INVALID.

    See Also:
    Serialized Form
    • Constructor Detail

      • AuthenticationException

        public AuthenticationException​(String message)
      • AuthenticationException

        public AuthenticationException​(String message,
                                       Throwable cause)
      • AuthenticationException

        public AuthenticationException​(Throwable cause)