Class MutationDisallowedException

All Implemented Interfaces:
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