Class RetriesExhaustedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.helixframework.retry.RetriesExhaustedException
All Implemented Interfaces:
Serializable

public class RetriesExhaustedException extends Exception
Exception thrown when the maximum number of retries is exhausted.
See Also:
  • Constructor Details

    • RetriesExhaustedException

      public RetriesExhaustedException()
      Exception thrown when the maximum number of retries is exhausted.
    • RetriesExhaustedException

      public RetriesExhaustedException(String message)
      Exception thrown when the maximum number of retries is exhausted.
      Parameters:
      message - the error message
    • RetriesExhaustedException

      public RetriesExhaustedException(String message, Throwable cause)
      Exception thrown when the maximum number of retries is exhausted.
      Parameters:
      message - the error message
      cause - the cause of the exception