com.atlassian.crowd.exception
public class InvalidEmailAddressException extends Exception
| Constructor and Description |
|---|
InvalidEmailAddressException()
Default constructor.
|
InvalidEmailAddressException(String s) |
InvalidEmailAddressException(String s,
Throwable throwable) |
InvalidEmailAddressException(Throwable throwable) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidEmailAddressException()
public InvalidEmailAddressException(String s)
s - the message.public InvalidEmailAddressException(String s, Throwable throwable)
s - the message.throwable - the Exception.Copyright © 2015 Atlassian. All Rights Reserved.