Serialized Form


Package com.chargebee

Class com.chargebee.APIException extends RuntimeException implements Serializable

Serialized Fields

jsonObj

org.json.JSONObject jsonObj

httpStatusCode

int httpStatusCode

type

String type

param

String param

apiErrorCode

String apiErrorCode

httpCode

int httpCode
Deprecated. 
Use APIException.httpStatusCode instead.


code

String code
Deprecated. 
Use APIException.apiErrorCode instead.


message

String message
Deprecated. 
Use Throwable.getMessage() instead.

Class com.chargebee.ListResult extends ArrayList<ListResult.Entry> implements Serializable

Serialized Fields

httpCode

int httpCode

respJson

org.json.JSONObject respJson

Package com.chargebee.exceptions

Class com.chargebee.exceptions.InvalidRequestException extends APIException implements Serializable

Class com.chargebee.exceptions.OperationFailedException extends APIException implements Serializable

Class com.chargebee.exceptions.PaymentException extends APIException implements Serializable



Copyright © 2016 ChargeBee. All Rights Reserved.