Package org.onosproject.store.service
Class StorageException.Interrupted
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.onosproject.store.service.StorageException
 - 
- org.onosproject.store.service.StorageException.Interrupted
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - StorageException
 
public static class StorageException.Interrupted extends StorageException
Store operation interrupted.- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.onosproject.store.service.StorageException
StorageException.ConcurrentModification, StorageException.Interrupted, StorageException.Timeout, StorageException.Unavailable 
 - 
 
- 
Constructor Summary
Constructors Constructor Description Interrupted() 
 -