Package org.apache.pinot.spi.utils.retry
Class RetriableOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.pinot.spi.utils.retry.AttemptFailureException
-
- org.apache.pinot.spi.utils.retry.RetriableOperationException
-
- All Implemented Interfaces:
Serializable
public class RetriableOperationException extends AttemptFailureException
TheRetriableOperationExceptionindicates that the retriable operation threw an exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetriableOperationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RetriableOperationException
public RetriableOperationException(Throwable cause)
-
-