Package io.pravega.common.util
Class RetriesExhaustedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.pravega.common.util.RetriesExhaustedException
-
- All Implemented Interfaces:
java.io.Serializable
public class RetriesExhaustedException extends java.lang.RuntimeExceptionException thrown byRetryutility class when all of the configured number of attempts have failed. The cause for this exception will be set to the final failure.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetriesExhaustedException(java.lang.Throwable last)
-