com.sas.drugdev.remote.session
Class InvalidSessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.drugdev.remote.session.InvalidSessionException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidSessionException
- extends java.lang.Exception
Thrown when a server-side call is attempted from one of the services,
but the session has timed out or has been invalidated.
- 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 |
InvalidSessionException
public InvalidSessionException()
InvalidSessionException
public InvalidSessionException(java.lang.String message,
java.lang.Throwable cause)
InvalidSessionException
public InvalidSessionException(java.lang.String message)
InvalidSessionException
public InvalidSessionException(java.lang.Throwable cause)