public class InvalidEmailAddressException extends Exception
| Constructor and Description |
|---|
InvalidEmailAddressException()
Default constructor.
|
InvalidEmailAddressException(String s) |
InvalidEmailAddressException(String s,
Throwable throwable) |
InvalidEmailAddressException(Throwable throwable) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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 © 2017 Atlassian. All rights reserved.