Package org.onosproject.store.service
Class StorageException.ConcurrentModification
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.onosproject.store.service.StorageException
-
- org.onosproject.store.service.StorageException.ConcurrentModification
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StorageException
public static class StorageException.ConcurrentModification extends StorageException
Store update conflicts with an in flight transaction.- 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 ConcurrentModification()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-