Class PasswordNotConfirmedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.IllegalArgumentException
de.gustavblass.fsu.fmi.roombooking.exceptions.PasswordNotConfirmedException
All Implemented Interfaces:
Serializable

@ResponseStatus(value=BAD_REQUEST, reason="The password and repeated password do not match.") public class PasswordNotConfirmedException extends de.gustavblass.commons.exceptions.IllegalArgumentException
While registering, the password did not match the repeated password.
See Also: