Class ConfigurationNodeDoesNotExistException

All Implemented Interfaces:
Serializable

public class ConfigurationNodeDoesNotExistException extends ConfigurationNodeModificationException
This exception is thrown when an operation attempts to access a node with a key that no longer exists.
See Also:
  • Constructor Details

    • ConfigurationNodeDoesNotExistException

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