atg.security.proxy
Class InvalidSessionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by atg.security.proxy.InvalidSessionException
All Implemented Interfaces:
java.io.Serializable

public class InvalidSessionException
extends java.rmi.RemoteException

Exception which is thrown when a UserSessionProxy receives an invocation whose calling context references an unknown session key.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
           
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
InvalidSessionException()
           
InvalidSessionException(java.lang.String pMessage)
           
 
Method Summary
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

InvalidSessionException

public InvalidSessionException()

InvalidSessionException

public InvalidSessionException(java.lang.String pMessage)