Package org.apache.ignite.configuration
Class ConfigurationNodeRemovedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.ignite.configuration.ConfigurationNodeModificationException
org.apache.ignite.configuration.ConfigurationNodeRemovedException
- All Implemented Interfaces:
Serializable
This exception is thrown when an operation attempts to modify a node with a key that was removed.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationNodeRemovedException
The constructor.- Parameters:
key- the key.
-