Package ai.rev.exceptions
Class InvalidHeaderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- ai.rev.exceptions.RevAiApiException
-
- ai.rev.exceptions.InvalidHeaderException
-
- All Implemented Interfaces:
Serializable
public class InvalidHeaderException extends RevAiApiException
The InvalidHeaderException occurs when a header that's passed along a query is not recognized by the API.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidHeaderException(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
-
-