com.odi
Class ObjectNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.odi.ObjectStoreException
                  extended bycom.odi.ObjectException
                      extended bycom.odi.ObjectNotFoundException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ReferencedObjectNotFoundException

public class ObjectNotFoundException
extends ObjectException

Thrown when an operation tries to use an object that does not exist. The object might not exist because it was deleted, or its segment or database was deleted. An application can call ObjectStore.isDestroyed() to determine whether or not a persistent object has been destroyed.

See Also:
Serialized Form



Copyright 2005 Progress Software Corporation. All rights reserved.