com.atlassian.crowd.integration.exception
Class InvalidEmailAddressException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.integration.exception.InvalidEmailAddressException
All Implemented Interfaces:
Serializable

public class InvalidEmailAddressException
extends Exception

Thrown when the email address is not valid.

See Also:
Serialized Form

Constructor Summary
InvalidEmailAddressException()
          Default constructor.
InvalidEmailAddressException(String s)
           
InvalidEmailAddressException(String s, Throwable throwable)
           
InvalidEmailAddressException(Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 © 2009 Atlassian Pty Ltd. All Rights Reserved.