com.atlassian.crowd.exception
Class InvalidEmailAddressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.InvalidEmailAddressException
- All Implemented Interfaces:
- Serializable
public class InvalidEmailAddressException
- extends Exception
Thrown when the email address is not valid.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidEmailAddressException
public InvalidEmailAddressException()
- Default constructor.
InvalidEmailAddressException
public InvalidEmailAddressException(String s)
- Parameters:
s - the message.
InvalidEmailAddressException
public InvalidEmailAddressException(String s,
Throwable throwable)
- Parameters:
s - the message.throwable - the Exception.
InvalidEmailAddressException
public InvalidEmailAddressException(Throwable throwable)
- Parameters:
throwable - the Exception.
Copyright © 2012 Atlassian. All Rights Reserved.