Package ai.vectros.core
Class VectrosApiApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.vectros.core.VectrosApiException
ai.vectros.core.VectrosApiApiException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadRequestError,ConflictError,ContentTooLargeError,ForbiddenError,InternalServerError,NotFoundError,NotImplementedError,PaymentRequiredError,TooManyRequestsError,UnauthorizedError
This exception type will be thrown for any non-2XX API responses.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVectrosApiApiException(String message, int statusCode, Object body) VectrosApiApiException(String message, int statusCode, Object body, okhttp3.Response rawResponse) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace