public class RetryException extends RuntimeException
 The retryDelay value can be one of:
 
| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULT_DELAYDeprecated.  | 
| Constructor and Description | 
|---|
| RetryException(String s)Deprecated.  | 
| RetryException(String s,
              long retrySeconds)Deprecated.  | 
| RetryException(String s,
              String retryString)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getRetryDelay()Deprecated.  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String DEFAULT_DELAY
public RetryException(String s, long retrySeconds)
public RetryException(String s)
public String getRetryDelay()