Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MutationDisallowedException

        public MutationDisallowedException​(java.lang.String message)