Class AlgoliaRetryException

All Implemented Interfaces:
Serializable

public class AlgoliaRetryException extends AlgoliaRuntimeException
Exception thrown when an error occurs during the retry strategy. For example: All hosts are unreachable.
See Also:
  • Field Details

  • Constructor Details

    • AlgoliaRetryException

      public AlgoliaRetryException(String message, Throwable cause)
    • AlgoliaRetryException

      public AlgoliaRetryException(String message)
    • AlgoliaRetryException

      public AlgoliaRetryException(Throwable cause)