com.ibm.j2ca.base.exceptions
Class MatchesExceededLimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
com.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
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 |
MatchesExceededLimitException
public MatchesExceededLimitException(commonj.sdo.DataObject busObj,
int matchCount)
getMatchCount
public int getMatchCount()
getBusinessObject
public commonj.sdo.DataObject getBusinessObject()