Class ForbiddenRequestException

  • All Implemented Interfaces:
    Serializable

    public class ForbiddenRequestException
    extends RevAiApiException
    The ForbiddenRequestException happens when the request contains parameters that do not pass validation or the request is not allowed for the user
    See Also:
    Serialized Form
    • Constructor Detail

      • ForbiddenRequestException

        public ForbiddenRequestException​(org.json.JSONObject errorResponse)