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:
java.io.Serializable
public class MutationDisallowedException extends HazelcastException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MutationDisallowedException(java.lang.String message)
-