Package com.chargebee.v4.exceptions
Class BatchAPIException
- All Implemented Interfaces:
Serializable
Exception thrown for batch API errors.
These occur when processing batch operations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBatchAPIException(int statusCode, String type, ApiErrorCode apiErrorCode, String message, String jsonResponse, Request request, Response response) -
Method Summary
Methods inherited from class com.chargebee.v4.exceptions.APIException
getApiErrorCode, getApiErrorCodeRaw, getErrorCauseId, getErrorType, getJsonResponse, getParam, getParams, getType, isRetryable, toStringMethods inherited from class com.chargebee.v4.exceptions.HttpException
getResponse, getResponseBody, getStatusCode, isClientError, isServerErrorMethods inherited from class com.chargebee.v4.exceptions.TransportException
getHttpMethod, getRequest, getUrlMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
BatchAPIException
-