Package org.duracloud.common.error
Class RetryFlaggableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.duracloud.common.error.DuraCloudRuntimeException
org.duracloud.common.error.RetryFlaggableException
- All Implemented Interfaces:
Serializable,MessageFormattable
- Author:
- Bill Branan
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.duracloud.common.error.DuraCloudRuntimeException
getArgs, getFormattedMessage, getKey, setArgsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
RETRY
public static final boolean RETRY- See Also:
-
NO_RETRY
public static final boolean NO_RETRY- See Also:
-
retry
protected boolean retry
-
-
Constructor Details
-
RetryFlaggableException
-
-
Method Details
-
isRetry
public boolean isRetry()
-