jet.server.api
Class InvalidUserSessionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jet.server.api.InvalidUserSessionException
All Implemented Interfaces:
java.io.Serializable

public class InvalidUserSessionException
extends java.lang.Exception

Signals for the invalid UserSession Exception. Typically, the exception is thrown out when an invalid UserSession is accessed.

See Also:
UserSession, Serialized Form

Constructor Summary
InvalidUserSessionException(java.lang.String msg)
          Construct a new InvalidUserSessionException with the message.
 
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

InvalidUserSessionException

public InvalidUserSessionException(java.lang.String msg)
Construct a new InvalidUserSessionException with the message.