Package com.ibm.j2ca.base.exceptions

Class Summary
ExceptionUtil Provides utility methods for WBI-specific exceptions.
 

Exception Summary
BeanUtilException Exception thrown specifically by the BeanUtil utility class
BusinessObjectDefinitionNotFoundException Thrown if a given business object cannot be instantiated.
DuplicateRecordException Thrown if EIS already contains an entity with the same key values as a business object to be created.
InvalidObjectDefinitionException Thrown if the adapter encounters any problems with the object definition such as unparasable metadata or unacceptable structures that violate the adapter's documented requirements.
InvalidPropertyDefinitionException Thrown if the adapter encounters any problems with an object property definition such as unparasable metadata or unacceptable structures that violate the adapter's documented requirements.
InvalidRequestException  
InvalidVerbException  
MatchesExceededLimitException Thrown if the number of hits in the EIS exceeds the value of MaxRecords specified in the interaction specification.
MultipleMatchingRecordsException Thrown if more than one record matches the business object 'key' values specified for the given operation.
RecordNotFoundException 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.