Package ai.rev.speechtotext.exceptions
Class ThrottlingLimitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- ai.rev.speechtotext.exceptions.RevAiApiException
-
- ai.rev.speechtotext.exceptions.ThrottlingLimitException
-
- All Implemented Interfaces:
Serializable
public class ThrottlingLimitException extends RevAiApiException
ThrottlingLimitException occurs when the number of queries within a given period reaches a throttling limit.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThrottlingLimitException(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
-
-