Class WrongPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.IllegalArgumentException
de.gustavblass.fsu.fmi.roombooking.exceptions.WrongPasswordException
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=BAD_REQUEST,
reason="The given password does not match the one stored in the database.")
public class WrongPasswordException
extends de.gustavblass.commons.exceptions.IllegalArgumentException
Indicates that the given password does not match the one stored in the database.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException().WrongPasswordException(String message) SeeException(String).WrongPasswordException(String message, Throwable cause) WrongPasswordException(Throwable cause) SeeException(Throwable). -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WrongPasswordException
public WrongPasswordException()SeeException(). -
WrongPasswordException
SeeException(String). -
WrongPasswordException
-
WrongPasswordException
SeeException(Throwable).
-