com.sas.drugdev.remote.session
Class UserRetiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sas.drugdev.remote.session.UserRetiredException
All Implemented Interfaces:
java.io.Serializable

public class UserRetiredException
extends java.lang.Exception

Thrown when a user attempts to login with an account that is retired.

See Also:
Serialized Form

Constructor Summary
UserRetiredException()
           
UserRetiredException(java.lang.String message)
           
UserRetiredException(java.lang.String message, java.lang.Throwable cause)
           
UserRetiredException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserRetiredException

public UserRetiredException()

UserRetiredException

public UserRetiredException(java.lang.String message)

UserRetiredException

public UserRetiredException(java.lang.Throwable cause)

UserRetiredException

public UserRetiredException(java.lang.String message,
                            java.lang.Throwable cause)