Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.studio.api.v1.exception.security.AuthenticationException
- All Implemented Interfaces:
Serializable
Base exception for authentication operations.
- Author:
- avasquez
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationException
(String message) AuthenticationException
(String message, Throwable cause) AuthenticationException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) AuthenticationException
(Throwable cause) -
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
-
AuthenticationException
-