public class RetryException extends Exception
| Constructor and Description |
|---|
RetryException() |
RetryException(int retry,
Duration lastCallDuration,
Throwable lastThrowable) |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getLastCallDuration() |
int |
getRetryCount() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2021. All rights reserved.