Class JOP.persist.ObjectNotFoundException
All Packages Class Hierarchy This Package Previous Next Index Home
Class JOP.persist.ObjectNotFoundException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----JOP.persist.PersistException
|
+----JOP.persist.ObjectNotFoundException
- public class ObjectNotFoundException
- extends PersistException
The requested object identifier was not found by the PersistManager.
This exception should be trapped by client applications.
-
ObjectNotFoundException(long)
-
-
ObjectNotFoundException(ObjectIdentifier)
-
-
ObjectNotFoundException(String)
-
ObjectNotFoundException
public ObjectNotFoundException(long xid)
ObjectNotFoundException
public ObjectNotFoundException(ObjectIdentifier oid)
ObjectNotFoundException
public ObjectNotFoundException(String msg)
All Packages Class Hierarchy This Package Previous Next Index Home