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:
  • Constructor Details

    • 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.