com.odi
Class NoSessionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.odi.ObjectStoreException
                  extended bycom.odi.SessionException
                      extended bycom.odi.NoSessionException
All Implemented Interfaces:
Serializable

public class NoSessionException
extends SessionException

Exception thrown when a method requires the calling thread to be associated with a session but the thread is not, or a method that requires an active session is called on a session object for a terminated session.

See Also:
Serialized Form



Copyright 2005 Progress Software Corporation. All rights reserved.