Class COM.odi.ObjectNotFoundException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----COM.odi.ObjectStoreException
                                   |
                                   +----COM.odi.ObjectException
                                           |
                                           +----COM.odi.ObjectNotFoundException

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.



Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.