Class COM.odi.ReferencedObjectNotFoundException
java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----COM.odi.ObjectStoreException
                                   |
                                   +----COM.odi.ObjectException
                                           |
                                           +----COM.odi.ObjectNotFoundException
                                                   |
                                                   +----COM.odi.ReferencedObjectNotFoundException
  -  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.
Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.