public class InvalidEmailAddressException extends CheckedSoapException
Use for SOAP only. Class exists strictly to maintain Crowd 2.0.x compatibility. Use the exception classes in com.atlassian.crowd.exception instead.
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 © 2020 Atlassian. All rights reserved.