Class PaymentException

All Implemented Interfaces:
Serializable

public class PaymentException extends APIException
See Also:
  • Constructor Details

    • PaymentException

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

      public PaymentException(int httpStatusCode, String message, org.json.JSONObject jsonObj, Map<String,List<String>> responseHeaders)