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:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException().SeeException(String).InvalidOrBannedEMailAddressException(String message, 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
-
InvalidOrBannedEMailAddressException
public InvalidOrBannedEMailAddressException()SeeException(). -
InvalidOrBannedEMailAddressException
SeeException(String). -
InvalidOrBannedEMailAddressException
-
InvalidOrBannedEMailAddressException
SeeException(Throwable).
-