com.ibm.j2ca.base.exceptions
Class RecordNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.resource.ResourceException
              extended bycom.ibm.j2ca.base.exceptions.RecordNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class RecordNotFoundException
extends javax.resource.ResourceException

Thrown during adapter operations if the EIS does not contain an entity that corresponds to the user-provided business object to be modified or interrogated.

See Also:
Serialized Form

Constructor Summary
RecordNotFoundException(commonj.sdo.DataObject busObj)
           
 
Method Summary
 commonj.sdo.DataObject getBusinessObject()
           
 
Methods inherited from class javax.resource.ResourceException
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecordNotFoundException

public RecordNotFoundException(commonj.sdo.DataObject busObj)
Method Detail

getBusinessObject

public commonj.sdo.DataObject getBusinessObject()