Package ch.tocco.nice2.security.api.auth
Class AuthenticationActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.security.api.auth.AuthenticationActionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InactiveUserException
,InvalidCredentialsException
,UnknownUserException
Unchecked exception for any internal errors during authentication.
- See Also:
-
Constructor Summary
ConstructorDescriptionAuthenticationActionException
(String message) AuthenticationActionException
(String message, String authenticationHandlerName) AuthenticationActionException
(String message, Throwable cause) AuthenticationActionException
(String message, Throwable cause, String authenticationHandlerName) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationActionException
public AuthenticationActionException() -
AuthenticationActionException
-
AuthenticationActionException
-
AuthenticationActionException
-
AuthenticationActionException
-
AuthenticationActionException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-