Class WrongPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
it.univr.passportease.exception.security.WrongPasswordException
- All Implemented Interfaces:
Serializable
This exception is thrown when the user has entered a wrong password.
- See Also:
-
Constructor Summary
ConstructorDescriptionWrongPasswordException
(String message) Constructor for theWrongPasswordException
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WrongPasswordException
Constructor for theWrongPasswordException
- Parameters:
message
- The message of the exception.
-