Package com.chargebee
Class APIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.chargebee.APIException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BatchAPIException,InvalidRequestException,OperationFailedException,PaymentException,UbbBatchIngestionInvalidRequestException
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAPIException(int httpStatusCode, String message, org.json.JSONObject jsonObj) APIException(int httpStatusCode, String message, org.json.JSONObject jsonObj, Map<String, List<String>> headers) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
jsonObj
public final org.json.JSONObject jsonObj -
httpStatusCode
public final int httpStatusCode -
type
-
param
-
apiErrorCode
-
errorCauseId
-
headers
-
httpCode
Deprecated.UsehttpStatusCodeinstead. -
code
Deprecated.UseapiErrorCodeinstead.
-
-
Constructor Details
-
APIException
-
APIException
-
-
Method Details