Package com.algolia.exceptions
Class AlgoliaRetriesExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.algolia.exceptions.AlgoliaRuntimeException
com.algolia.exceptions.AlgoliaRetriesExceededException
- All Implemented Interfaces:
Serializable
Exception thrown when an error occurs during the waitForTask strategy. For example: maximum
number of retry exceeded
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAlgoliaRetriesExceededException
(String message) AlgoliaRetriesExceededException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AlgoliaRetriesExceededException
-
AlgoliaRetriesExceededException
-
AlgoliaRetriesExceededException
-