com.ibm.j2ca.base.exceptions
Class DuplicateRecordException

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

public class DuplicateRecordException
extends javax.resource.ResourceException

Thrown if EIS already contains an entity with the same key values as a business object to be created.

See Also:
Serialized Form

Constructor Summary
DuplicateRecordException(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

DuplicateRecordException

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

getBusinessObject

public commonj.sdo.DataObject getBusinessObject()