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:
 Serializable
- Direct Known Subclasses:
 ConsistentMapException,StorageException.ConcurrentModification,StorageException.Interrupted,StorageException.Timeout,StorageException.Unavailable,TransactionException
public class StorageException extends RuntimeException
Top 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(String message)StorageException(Throwable t) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -