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.

Constructor Index

 o ObjectNotFoundException(long)
 o ObjectNotFoundException(ObjectIdentifier)
 o ObjectNotFoundException(String)

Constructors

 o ObjectNotFoundException
  public ObjectNotFoundException(long xid)
 o ObjectNotFoundException
  public ObjectNotFoundException(ObjectIdentifier oid)
 o ObjectNotFoundException
  public ObjectNotFoundException(String msg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index  Home