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, toString
public InvalidEmailAddressException()
public InvalidEmailAddressException(String s)
s
- the message.public InvalidEmailAddressException(String s, Throwable throwable)
s
- the message.throwable
- the Exception
.Copyright © 2021 Atlassian. All rights reserved.