Package ai.rev.speechtotext.exceptions
Class AuthorizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- ai.rev.speechtotext.exceptions.RevAiApiException
-
- ai.rev.speechtotext.exceptions.AuthorizationException
-
- All Implemented Interfaces:
Serializable
public class AuthorizationException extends RevAiApiException
The AuthorizationException happens when an invalid token access is used to query the account information endpoint.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizationException(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
-
-