public class RetryableException extends Exception
| Constructor and Description |
|---|
RetryableException() |
RetryableException(String message) |
RetryableException(String message,
Throwable t) |
RetryableException(String message,
Throwable t,
long retryDelay) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDelay() |
void |
setDelay(long milliseconds) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RetryableException()
public RetryableException(String message)
Copyright © 2019. All rights reserved.