Package uk.megaslice.delta
Class DuplicateKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.megaslice.delta.DuplicateKeyException
-
- All Implemented Interfaces:
Serializable
public final class DuplicateKeyException extends RuntimeException
RuntimeExceptionthrown 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
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-