Class BulkEntitiesAddException

All Implemented Interfaces:
Serializable

public class BulkEntitiesAddException extends OIMServiceException
If there are exceptions while adding one or more entities to request, this exception will be used to report all the failed entities and corresponding exceptions for each entity.
Author:
asmaram
See Also:
  • Constructor Details

    • BulkEntitiesAddException

      public BulkEntitiesAddException()
    • BulkEntitiesAddException

      public BulkEntitiesAddException(String errorCode, String errorMessage, Serializable[] errorParams)
    • BulkEntitiesAddException

      public BulkEntitiesAddException(String string, Throwable cnfe)
  • Method Details