Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.craftercms.security.exception.SecurityProviderException
org.craftercms.security.exception.AuthenticationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AuthenticationRequiredException,- AuthenticationSystemException,- BadCredentialsException,- DisabledUserException,- OAuth2Exception,- RememberMeException
General exception thrown by the authentication service.
- Author:
- Alfonso Vásquez
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionAuthenticationException(String s, Throwable throwable) AuthenticationException(Throwable throwable) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AuthenticationExceptionpublic AuthenticationException()
- 
AuthenticationException
- 
AuthenticationException
- 
AuthenticationException
 
-