Package ai.rev.exceptions
Class ForbiddenStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- ai.rev.exceptions.RevAiApiException
-
- ai.rev.exceptions.ForbiddenStateException
-
- All Implemented Interfaces:
Serializable
public class ForbiddenStateException extends RevAiApiException
The ForbiddenStateException occurs when a user attempts to retrieve the result of an unprocessed job.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ForbiddenStateException(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
-
-