| Modifier and Type | Method and Description |
|---|---|
T |
call() |
boolean |
isRetryableException(Exception exception) |
void |
onGiveup(Exception firstException,
Exception lastException) |
void |
onRetry(Exception exception,
int retryCount,
int retryLimit,
int retryWait) |
boolean isRetryableException(Exception exception)
void onRetry(Exception exception, int retryCount, int retryLimit, int retryWait) throws RetryGiveupException
RetryGiveupExceptionvoid onGiveup(Exception firstException, Exception lastException) throws RetryGiveupException
RetryGiveupException