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.CheckedSoapException
              extended by com.atlassian.crowd.integration.exception.InvalidEmailAddressException
All Implemented Interfaces:
java.io.Serializable

public class InvalidEmailAddressException
extends CheckedSoapException

Thrown when the email address is not valid.

Use for SOAP only. Class exists strictly to maintain Crowd 2.0.x compatibility. Use the exception classes in com.atlassian.crowd.exception instead.

See Also:
Serialized Form

Constructor Summary
InvalidEmailAddressException()
          Default constructor.
InvalidEmailAddressException(java.lang.String s)
           
InvalidEmailAddressException(java.lang.String s, java.lang.Throwable throwable)
           
InvalidEmailAddressException(java.lang.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(java.lang.String s)
Parameters:
s - the message.

InvalidEmailAddressException

public InvalidEmailAddressException(java.lang.String s,
                                    java.lang.Throwable throwable)
Parameters:
s - the message.
throwable - the Exception.

InvalidEmailAddressException

public InvalidEmailAddressException(java.lang.Throwable throwable)
Parameters:
throwable - the Exception.


Copyright © 2010 Atlassian. All Rights Reserved.