Class ConfigurationNodeAlreadyExistException

All Implemented Interfaces:
Serializable

public class ConfigurationNodeAlreadyExistException extends ConfigurationNodeModificationException
This exception is thrown when an operation attempts to create a node with a key that already exists.
See Also:
  • Constructor Details

    • ConfigurationNodeAlreadyExistException

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