Package com.algolia.exceptions
Class AlgoliaRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.algolia.exceptions.AlgoliaRuntimeException
com.algolia.exceptions.AlgoliaApiException
com.algolia.exceptions.AlgoliaRequestException
- All Implemented Interfaces:
Serializable
Represents a retryable exception (4XX).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAlgoliaRequestException
(String message, int httpErrorCode) AlgoliaRequestException
(String message, Throwable cause, int httpErrorCode) AlgoliaRequestException
(Throwable cause, int httpErrorCode) -
Method Summary
Methods inherited from class com.algolia.exceptions.AlgoliaApiException
getMessage, getStatusCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AlgoliaRequestException
-
AlgoliaRequestException
-
AlgoliaRequestException
-