Package ch.tocco.nice2.security.api.auth
Class InvalidCredentialsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.security.api.auth.AuthenticationActionException
ch.tocco.nice2.security.api.auth.InvalidCredentialsException
- All Implemented Interfaces:
Serializable
Used when passed credentials are not valid (i.e. user input error).
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidCredentialsException
(String message, String authenticationHandlerName) -
Method Summary
Methods inherited from class ch.tocco.nice2.security.api.auth.AuthenticationActionException
getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCredentialsException
-