Package com.hazelcast.vector
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 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
-
IndexMutationDisallowedException
-