public class StorageException extends RetryFlaggableException
NO_RETRY, retry, RETRY| Constructor and Description |
|---|
StorageException(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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRetry() |
getArgs, getFormattedMessage, getKey, setArgsaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StorageException(String message)
public StorageException(String message, boolean retry)
public StorageException(Throwable throwable)
public StorageException(Throwable throwable, boolean retry)
public boolean isRetry()
isRetry in class RetryFlaggableExceptionCopyright © 2009–2018 DuraSpace. All rights reserved.