public class ConsistentMapException extends StorageException
| Modifier and Type | Class and Description |
|---|---|
static class |
ConsistentMapException.ConcurrentModification
ConsistentMap update conflicts with an in flight transaction.
|
static class |
ConsistentMapException.Interrupted
ConsistentMap operation interrupted.
|
static class |
ConsistentMapException.Timeout
ConsistentMap operation timeout.
|
StorageException.Unavailable| Constructor and Description |
|---|
ConsistentMapException() |
ConsistentMapException(java.lang.String message) |
ConsistentMapException(java.lang.Throwable t) |