com.odi
Class ObjectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.odi.ObjectStoreException
                  extended bycom.odi.ObjectException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidExportIdException, ObjectAlreadyExportedException, ObjectNotExportedException, ObjectNotFoundException, ObjectNotPersistenceCapableException, ObjectNotPersistentException, UnexportedObjectsBecameStaleException

public class ObjectException
extends ObjectStoreException

A superclass of all exceptions related to persistent objects, and the class of exception thrown for PSE/PSE Pro version restrictions. Also, this exception is thrown when most API entry points are called on a stale object. In some situations, an application can invoke ObjectStore.isStale() to predict whether or not this exception will be thrown.

See Also:
Serialized Form



Copyright 2005 Progress Software Corporation. All rights reserved.