com.odi
Class ReferencedObjectNotFoundException

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
                          extended bycom.odi.ReferencedObjectNotFoundException
All Implemented Interfaces:
Serializable

public final class ReferencedObjectNotFoundException
extends ObjectNotFoundException

Thrown when an operation tries to use an object but that object references another object which does not exist and that referenced object is needed for the operation to complete. The referenced 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.