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: