Package ai.rev.speechtotext.exceptions
Class ResourceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- ai.rev.speechtotext.exceptions.RevAiApiException
-
- ai.rev.speechtotext.exceptions.ResourceNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ResourceNotFoundException extends RevAiApiException
The ResourceNotFoundException occurs when a job ID queried is not associated with a job submitted by the user.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceNotFoundException(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
-
-