Class BulkException

All Implemented Interfaces:
Serializable, Cloneable

public final class BulkException extends OIMServiceException implements 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
Version:
1.2
Author:
Mario Lim
See Also:
  • Constructor Details

    • BulkException

      public BulkException()
      Creates a new BulkException object.