Class IndexMutationDisallowedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.core.HazelcastException
com.hazelcast.vector.IndexMutationDisallowedException
All Implemented Interfaces:
Serializable

public class IndexMutationDisallowedException extends com.hazelcast.core.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)