Package org.onosproject.store.service
Class StorageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.onosproject.store.service.StorageException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ConsistentMapException,StorageException.ConcurrentModification,StorageException.Interrupted,StorageException.Timeout,StorageException.Unavailable,TransactionException
public class StorageException extends java.lang.RuntimeExceptionTop level exception for Store failures.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStorageException.ConcurrentModificationStore update conflicts with an in flight transaction.static classStorageException.InterruptedStore operation interrupted.static classStorageException.TimeoutStore operation timeout.static classStorageException.UnavailableStore is temporarily unavailable.
-
Constructor Summary
Constructors Constructor Description StorageException()StorageException(java.lang.String message)StorageException(java.lang.Throwable t)
-