Class InvalidRequestException

All Implemented Interfaces:
Serializable

public class InvalidRequestException extends APIException
See Also:
  • Constructor Details

    • InvalidRequestException

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

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