Package org.duracloud.storage.error
Class StorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.duracloud.common.error.DuraCloudRuntimeException
org.duracloud.common.error.RetryFlaggableException
org.duracloud.storage.error.StorageException
- All Implemented Interfaces:
Serializable,MessageFormattable
- Direct Known Subclasses:
ChecksumMismatchException,NotFoundException,SpaceAlreadyExistsException,StorageStateException
Exception thrown by StorageProvider implementations.
- Author:
- Bill Branan
- See Also:
-
Field Summary
Fields inherited from class org.duracloud.common.error.RetryFlaggableException
NO_RETRY, retry, RETRY -
Constructor Summary
ConstructorsConstructorDescriptionStorageException(String message) StorageException(String message, boolean retry) StorageException(String message, Throwable throwable) StorageException(String message, Throwable throwable, boolean retry) StorageException(Throwable throwable) StorageException(Throwable throwable, boolean retry) -
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
-
Constructor Details
-
StorageException
-
StorageException
-
StorageException
-
StorageException
-
StorageException
-
StorageException
-
-
Method Details
-
isRetry
public boolean isRetry()- Overrides:
isRetryin classRetryFlaggableException
-