Class UnknownDocumentTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.krad.datadictionary.exception.UnknownDocumentTypeException
- All Implemented Interfaces:
Serializable
This class represents an UnknownDocumentTypeException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownDocumentTypeException(String message) Create an UnknownDocumentTypeException with the given messageUnknownDocumentTypeException(String message, Throwable cause) Create an UnknownDocumentTypeException with the given message and cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownDocumentTypeException
Create an UnknownDocumentTypeException with the given message- Parameters:
message-
-
UnknownDocumentTypeException
Create an UnknownDocumentTypeException with the given message and cause- Parameters:
message-cause-
-