Package org.onosproject.store.service
Class ConsistentMapException.Timeout
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.onosproject.store.service.StorageException
-
- org.onosproject.store.service.ConsistentMapException
-
- org.onosproject.store.service.ConsistentMapException.Timeout
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConsistentMapException
public static class ConsistentMapException.Timeout extends ConsistentMapException
ConsistentMap operation timeout.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.onosproject.store.service.ConsistentMapException
ConsistentMapException.ConcurrentModification, ConsistentMapException.Interrupted, ConsistentMapException.Timeout
-
Nested classes/interfaces inherited from class org.onosproject.store.service.StorageException
StorageException.Unavailable
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
Timeout
public Timeout()
-
Timeout
public Timeout(String message)
-
-