Package ch.tocco.nice2.security.api.auth
Class AuthenticationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.tocco.nice2.security.api.auth.AuthenticationFailedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationCancelledException
Exception thrown on authentication failure.
A set of messages may be set to describe in more detail why authentication failed.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
AuthenticationFailedException
(String msg, List<String> messages) AuthenticationFailedException
(List<Credentials> credentials, ImmutableChallenge challenge) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationFailedException
-
AuthenticationFailedException
-
-
Method Details
-
getMessages
-