Package com.chargebee.exceptions
Class InvalidRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.chargebee.APIException
com.chargebee.exceptions.InvalidRequestException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.chargebee.APIException
apiErrorCode, code, errorCauseId, headers, httpCode, httpStatusCode, jsonObj, message, param, type -
Constructor Summary
ConstructorsConstructorDescriptionInvalidRequestException(int httpStatusCode, String message, org.json.JSONObject jsonObj) InvalidRequestException(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
-
InvalidRequestException
-
InvalidRequestException
-