Package ai.rev.exceptions
Class ForbiddenRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- ai.rev.exceptions.RevAiApiException
-
- ai.rev.exceptions.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 Summary
Constructors Constructor Description ForbiddenRequestException(org.json.JSONObject errorResponse)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-