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
public class RetryFlaggableException extends DuraCloudRuntimeException
- Author:
- Bill Branan
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetryFlaggableException(String message, Throwable throwable, boolean retry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisRetry()-
Methods inherited from class org.duracloud.common.error.DuraCloudRuntimeException
getArgs, getFormattedMessage, getKey, setArgs
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
RETRY
public static final boolean RETRY
- See Also:
- Constant Field Values
-
NO_RETRY
public static final boolean NO_RETRY
- See Also:
- Constant Field Values
-
retry
protected boolean retry
-
-