Class DuplicateKeyException

  • All Implemented Interfaces:
    Serializable

    public final class DuplicateKeyException
    extends RuntimeException
    RuntimeException thrown when a dataset contains multiple items with the same natural key, or when a delta contains an insert operation that would result in a duplicate key when applied.
    See Also:
    Serialized Form