Class DuplicateKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.magicwerk.brownies.collections.exceptions.KeyException
org.magicwerk.brownies.collections.exceptions.DuplicateKeyException
- All Implemented Interfaces:
Serializable
Exception thrown if an action is not allowed due to a duplicate key error.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
MESSAGE
- See Also:
-
key
Object keyKey which is not allowed due to a duplicate
-
-
Constructor Details
-
DuplicateKeyException
-
-
Method Details
-
getKey
-