public class RetryFlaggableException extends DuraCloudRuntimeException
| Modifier and Type | Field and Description |
|---|---|
static boolean |
NO_RETRY |
protected boolean |
retry |
static boolean |
RETRY |
| Constructor and Description |
|---|
RetryFlaggableException(String message,
Throwable throwable,
boolean retry) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRetry() |
getArgs, getFormattedMessage, getKey, setArgsaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final boolean RETRY
public static final boolean NO_RETRY
protected boolean retry
Copyright © 2009–2020 LYRASIS. All rights reserved.