com.sas.drugdev.remote.admin
Class InvalidEmailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.drugdev.remote.admin.InvalidEmailException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidEmailException
- extends java.lang.Exception
The InvalidEmailException is thrown when an invalid email address is set on a UserBean
- See Also:
- Serialized Form
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidEmailException
public InvalidEmailException()
InvalidEmailException
public InvalidEmailException(java.lang.String message)
- Parameters:
message
-
InvalidEmailException
public InvalidEmailException(java.lang.Throwable cause)
- Parameters:
cause
-
InvalidEmailException
public InvalidEmailException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-