Class AuthenticationException

  • All Implemented Interfaces:
    Serializable

    public class AuthenticationException
    extends Exception
    An exception that occurs when during authentication such as a failed login.
    Author:
    Stephen Mallette (http://stephen.genoprime.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthenticationException

        public AuthenticationException()
      • AuthenticationException

        public AuthenticationException​(String message)
      • AuthenticationException

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

        public AuthenticationException​(Throwable cause)
      • AuthenticationException

        public AuthenticationException​(String message,
                                       Throwable cause,
                                       boolean enableSuppression,
                                       boolean writableStackTrace)