Package org.apache.pinot.spi.utils.retry
Class AttemptFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.pinot.spi.utils.retry.AttemptFailureException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AttemptsExceededException,RetriableOperationException
public class AttemptFailureException extends Exception
TheAttemptFailureExceptionindicates that theRetryPolicy.attempt(Callable)failed because of either operation throwing an exception or running out of attempts.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttemptFailureException(String message)AttemptFailureException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-