Package com.chargebee

Class APIException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BatchAPIException, InvalidRequestException, OperationFailedException, PaymentException

public class APIException extends RuntimeException
See Also:
  • Field Details

  • Constructor Details

    • APIException

      public APIException(int httpStatusCode, String message, org.json.JSONObject jsonObj)
    • APIException

      public APIException(int httpStatusCode, String message, org.json.JSONObject jsonObj, Map<String,List<String>> headers)
  • Method Details

    • isParamErr

      public boolean isParamErr()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable