Package org.apache.pinot.spi.utils.retry
Class AttemptsExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.pinot.spi.utils.retry.AttemptFailureException
-
- org.apache.pinot.spi.utils.retry.AttemptsExceededException
-
- All Implemented Interfaces:
Serializable
public class AttemptsExceededException extends AttemptFailureException
TheAttemptsExceededExceptionindicates that the operation did not succeed within maximum number of attempts.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttemptsExceededException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AttemptsExceededException
public AttemptsExceededException(String message)
-
-