Package com.hazelcast.crdt
Class MutationDisallowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.core.HazelcastException
com.hazelcast.crdt.MutationDisallowedException
- All Implemented Interfaces:
Serializable
Exception that indicates that the state found on this replica disallows
mutation. This may happen:
- because the found state has already been migrated and is in the process of cleaning up
- a target replica is shutting down and in the process of replicating unreplicated CRDT state
- there are no data members to store the state
- Since:
- 3.10
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MutationDisallowedException
-