Class AuthenticationException

  • All Implemented Interfaces:
    Serializable

    public class AuthenticationException
    extends Exception
    Thrown when an AuthModule failed to perform the authentication process (backend not available, password does not match, ...).
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthenticationException

        public AuthenticationException​(String message)
      • AuthenticationException

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

        public AuthenticationException​(Throwable t)