Uses of Class
io.atomix.primitive.PrimitiveException
| Package | Description |
|---|---|
| io.atomix.primitive |
Provides classes and interfaces for defining and managing primitive types.
|
-
Uses of PrimitiveException in io.atomix.primitive
Subclasses of PrimitiveException in io.atomix.primitive Modifier and Type Class Description static classPrimitiveException.ClosedSessionClosed session exception.static classPrimitiveException.CommandFailureCommand failure exception.static classPrimitiveException.ConcurrentModificationStore update conflicts with an in flight transaction.static classPrimitiveException.InterruptedStore operation interrupted.static classPrimitiveException.QueryFailureQuery failure exception.static classPrimitiveException.ServiceExceptionPrimitive service exception.static classPrimitiveException.TimeoutStore operation timeout.static classPrimitiveException.UnavailableStore is temporarily unavailable.static classPrimitiveException.UnknownClientUnknown client exception.static classPrimitiveException.UnknownServiceUnknown service exception.static classPrimitiveException.UnknownSessionUnknown session exception.