Class DataDictionaryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.krad.datadictionary.DataDictionaryException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AttributeValidationException,ClassValidationException,CompletionException,DuplicateEntryException
Exception thrown when an error occurs loading entries into the DataDictionaryEntry.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataDictionaryException(String message) DataDictionaryException(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
-
DataDictionaryException
-
DataDictionaryException
- Parameters:
message-
-
DataDictionaryException
- Parameters:
message-
-