Class IndexMutationDisallowedException

All Implemented Interfaces:
Serializable

public class IndexMutationDisallowedException extends HazelcastException
Exception that indicates that the state found on this index disallows mutation. This may happen:
  • because the cleanup operation is in progress
Since:
5.5
See Also:
  • Constructor Details

    • IndexMutationDisallowedException

      public IndexMutationDisallowedException(String message)