com.ibm.j2ca.base.exceptions
Class MatchesExceededLimitException

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

public class MatchesExceededLimitException
extends javax.resource.ResourceException

Thrown if the number of hits in the EIS exceeds the value of MaxRecords specified in the interaction specification. Property MatchCount contains the actual number of hits that the adapter had in the EIS. User should either increase their limit or refine their search appropriately.

See Also:
Serialized Form

Constructor Summary
MatchesExceededLimitException(commonj.sdo.DataObject busObj, int matchCount)
           
 
Method Summary
 commonj.sdo.DataObject getBusinessObject()
           
 int getMatchCount()
           
 
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

MatchesExceededLimitException

public MatchesExceededLimitException(commonj.sdo.DataObject busObj,
                                     int matchCount)
Method Detail

getMatchCount

public int getMatchCount()

getBusinessObject

public commonj.sdo.DataObject getBusinessObject()