public class StorageException extends RuntimeException
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
StorageException.ConcurrentModification
Store update conflicts with an in flight transaction. 
 | 
static class  | 
StorageException.Interrupted
Store operation interrupted. 
 | 
static class  | 
StorageException.Timeout
Store operation timeout. 
 | 
static class  | 
StorageException.Unavailable
Store is temporarily unavailable. 
 | 
| Constructor and Description | 
|---|
StorageException()  | 
StorageException(String message)  | 
StorageException(Throwable t)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString