com.odi
Class ObjectNotPersistentException

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.ObjectNotPersistentException
All Implemented Interfaces:
Serializable

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.

See Also:
Serialized Form



Copyright 2005 Progress Software Corporation. All rights reserved.