Package org.onosproject.store.service
Class ConsistentMapException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.onosproject.store.service.StorageException
-
- org.onosproject.store.service.ConsistentMapException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ConsistentMapException.ConcurrentModification
,ConsistentMapException.Interrupted
,ConsistentMapException.Timeout
public class ConsistentMapException extends StorageException
Top level exception for ConsistentMap failures.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.-
Nested classes/interfaces inherited from class org.onosproject.store.service.StorageException
StorageException.Unavailable
-
-
Constructor Summary
Constructors Constructor Description ConsistentMapException()
ConsistentMapException(java.lang.String message)
ConsistentMapException(java.lang.Throwable t)
-