Class COM.odi.ObjectNotPersistentException
java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----COM.odi.ObjectStoreException
                                   |
                                   +----COM.odi.ObjectException
                                           |
                                           +----COM.odi.ObjectNotPersistentException
  -  public final class ObjectNotPersistentException
  
-  extends ObjectException
  
Thrown when an operation is attempted on a transient object that is only
 permitted on a persistent object.
 An application can call 
 ObjectStore.isPersistent()
 to determine whether or not a specified object is a persistent object.
Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.