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 Summary
ConstructorsConstructorDescriptionAuthenticationException
(String s, Throwable throwable) AuthenticationException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
public AuthenticationException() -
AuthenticationException
-
AuthenticationException
-
AuthenticationException
-