Class UbbBatchIngestionInvalidRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.chargebee.APIException
com.chargebee.exceptions.UbbBatchIngestionInvalidRequestException
All Implemented Interfaces:
Serializable

public class UbbBatchIngestionInvalidRequestException extends APIException
See Also:
  • Field Details

    • batchId

      public final String batchId
    • failedEvents

      public final org.json.JSONArray failedEvents
  • Constructor Details

    • UbbBatchIngestionInvalidRequestException

      public UbbBatchIngestionInvalidRequestException(int httpStatusCode, String message, org.json.JSONObject jsonObj, Map<String,List<String>> headers)