Package com.atlassian.crowd.exception
Class InvalidEmailAddressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.InvalidEmailAddressException
- All Implemented Interfaces:
Serializable
Thrown when the email address is not valid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.InvalidEmailAddressException
(String s, Throwable throwable) InvalidEmailAddressException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details