com.sas.drugdev.remote.session
Class PasswordExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.drugdev.remote.session.PasswordExpiredException
- All Implemented Interfaces:
- java.io.Serializable
- public class PasswordExpiredException
- extends java.lang.Exception
Thrown when a user attempts to create a session and his/her
password has expired.
- 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 |
PasswordExpiredException
public PasswordExpiredException()
PasswordExpiredException
public PasswordExpiredException(java.lang.String message)
PasswordExpiredException
public PasswordExpiredException(java.lang.Throwable cause)
PasswordExpiredException
public PasswordExpiredException(java.lang.String message,
java.lang.Throwable cause)