Package io.atomix.client
Class PrimitiveException.ConcurrentModification
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.atomix.client.AtomixClientException
io.atomix.client.PrimitiveException
io.atomix.client.PrimitiveException.ConcurrentModification
- All Implemented Interfaces:
Serializable
- Enclosing class:
PrimitiveException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.atomix.client.PrimitiveException
PrimitiveException.ClosedSession, PrimitiveException.CommandFailure, PrimitiveException.ConcurrentModification, PrimitiveException.Interrupted, PrimitiveException.QueryFailure, PrimitiveException.Timeout, PrimitiveException.UnknownClient, PrimitiveException.UnknownService, PrimitiveException.UnknownSession -
Constructor Summary
ConstructorsConstructorDescriptionConcurrentModification(String message) ConcurrentModification(String message, Throwable cause) ConcurrentModification(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConcurrentModification
public ConcurrentModification() -
ConcurrentModification
-
ConcurrentModification
-
ConcurrentModification
-