Class DuplicateEntryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.krad.datadictionary.DataDictionaryException
org.kuali.rice.krad.datadictionary.exception.DuplicateEntryException
- All Implemented Interfaces:
Serializable
Exception thrown when a DataDictionary entry or definition is created using a key which is already in use.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDuplicateEntryException(String message) DuplicateEntryException(String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateEntryException
- Parameters:
message-
-
DuplicateEntryException
- Parameters:
message-
-