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, setArgs
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 RetryFlaggableException
Copyright © 2009–2016 DuraSpace. All rights reserved.