Class ConfigurationNodeRemovedException

All Implemented Interfaces:
Serializable

public class ConfigurationNodeRemovedException extends ConfigurationNodeModificationException
This exception is thrown when an operation attempts to modify a node with a key that was removed.
See Also:
  • Constructor Details

    • ConfigurationNodeRemovedException

      public ConfigurationNodeRemovedException(String key)
      The constructor.
      Parameters:
      key - the key.