Class AlgoliaRetriesExceededException

All Implemented Interfaces:
Serializable

public class AlgoliaRetriesExceededException extends AlgoliaRuntimeException
Exception thrown when an error occurs during the waitForTask strategy. For example: maximum number of retry exceeded
See Also:
  • Constructor Details

    • AlgoliaRetriesExceededException

      public AlgoliaRetriesExceededException(String message, Throwable cause)
    • AlgoliaRetriesExceededException

      public AlgoliaRetriesExceededException(String message)
    • AlgoliaRetriesExceededException

      public AlgoliaRetriesExceededException(Throwable cause)