Class AuthenticationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationRequiredException, AuthenticationSystemException, BadCredentialsException, DisabledUserException, OAuth2Exception, RememberMeException

public class AuthenticationException extends SecurityProviderException
General exception thrown by the authentication service.
Author:
Alfonso Vásquez
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException()
    • AuthenticationException

      public AuthenticationException(String s)
    • AuthenticationException

      public AuthenticationException(String s, Throwable throwable)
    • AuthenticationException

      public AuthenticationException(Throwable throwable)