Class DuplicateKeyException

All Implemented Interfaces:
Serializable

public class DuplicateKeyException extends RuntimeException
Thrown when there are "duplicate keys" and the TraceObject.ConflictResolution.DENY strategy is passed

There are said to be "duplicate keys" when two value entries having the same parent and key have overlapping lifespans. Such would create the possibility of a non-uniquely-defined value for a given path, and so it is not allowed.

See Also:
  • Constructor Details

    • DuplicateKeyException

      public DuplicateKeyException(String key)
      Notify of a given conflicting key
      Parameters:
      key - the key in conflict