- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public final class BulkException
extends OIMServiceException
implements java.lang.Cloneable
This exception is raised whenever a bulk operation is called and the
operation is only successfull on some of the bulk transactions. If this
happens, a tcBulkOperation is raise and the keys that failed are stored in
isKeys with their respective error messages in isErrorMessages. In
Addition, if the operation returned information back, that information can
be set in the using setReturnValue by the API. The caller will need to get
the return value and cast it to the respective object based on the
information about the API that is called.
- Since:
- 7.2
- See Also:
- Serialized Form