com.sas.drugdev.remote.session
Class PasswordExpiredException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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

Constructor Summary
PasswordExpiredException()
           
PasswordExpiredException(java.lang.String message)
           
PasswordExpiredException(java.lang.String message, java.lang.Throwable cause)
           
PasswordExpiredException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

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)