Class InvalidOrBannedEMailAddressException

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

@ResponseStatus(value=BAD_REQUEST, reason="The given e-mail address is syntactically invalid or has been banned.") public class InvalidOrBannedEMailAddressException extends de.gustavblass.commons.exceptions.IllegalArgumentException
Indicates that the given e-mail address is syntactically invalid or has been banned.
See Also: