Serialized Form
-
Package com.chargebee
-
Exception com.chargebee.APIException
class APIException extends RuntimeException implements Serializable-
Serialized Fields
-
apiErrorCode
String apiErrorCode
-
code
String code
Deprecated.UseAPIException.apiErrorCodeinstead. -
errorCauseId
String errorCauseId
-
headers
Map<String,
List<String>> headers -
httpCode
int httpCode
Deprecated.UseAPIException.httpStatusCodeinstead. -
httpStatusCode
int httpStatusCode
-
jsonObj
org.json.JSONObject jsonObj
-
message
String message
Deprecated.UseThrowable.getMessage()instead. -
param
String param
-
type
String type
-
-
-
Class com.chargebee.ListResult
-
-
Package com.chargebee.exceptions
-
Exception com.chargebee.exceptions.BatchAPIException
class BatchAPIException extends APIException implements Serializable-
Serialized Fields
-
correlationId
String correlationId
-
-
-
Exception com.chargebee.exceptions.InvalidRequestException
class InvalidRequestException extends APIException implements Serializable -
Exception com.chargebee.exceptions.OperationFailedException
class OperationFailedException extends APIException implements Serializable -
Exception com.chargebee.exceptions.PaymentException
class PaymentException extends APIException implements Serializable
-