Class OperationFailedException

All Implemented Interfaces:
Serializable

public class OperationFailedException extends APIException
See Also:
  • Constructor Details

    • OperationFailedException

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

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