com.sas.drugdev.remote.session
Class UserInactiveException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sas.drugdev.remote.session.UserInactiveException
All Implemented Interfaces:
java.io.Serializable

public class UserInactiveException
extends java.lang.Exception

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

See Also:
Serialized Form

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

UserInactiveException

public UserInactiveException()

UserInactiveException

public UserInactiveException(java.lang.String message)

UserInactiveException

public UserInactiveException(java.lang.Throwable cause)

UserInactiveException

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