Package com.chargebee.exceptions
Class BatchAPIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.chargebee.APIException
com.chargebee.exceptions.BatchAPIException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.chargebee.APIException
apiErrorCode, code, errorCauseId, headers, httpCode, httpStatusCode, jsonObj, param, type -
Constructor Summary
ConstructorsConstructorDescriptionBatchAPIException(int httpStatusCode, String message, org.json.JSONObject jsonObj) BatchAPIException(int httpStatusCode, String message, org.json.JSONObject jsonObj, Map<String, List<String>> responseHeaders) -
Method Summary
Methods inherited from class com.chargebee.APIException
isParamErr, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
BatchAPIException
-
BatchAPIException
-
-
Method Details
-
getCorrelationId
-