public class RetriesExhaustedException
extends java.lang.RuntimeException
Retry utility class when all of the configured number of attempts have failed.
The cause for this exception will be set to the final failure.| Constructor and Description |
|---|
RetriesExhaustedException(java.lang.Throwable last) |