Package org.kuali.rice.krad.exception
Class UnknownDocumentIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.core.api.exception.KualiException
org.kuali.rice.krad.exception.UnknownDocumentIdException
- All Implemented Interfaces:
Serializable
Represents an UnknownDocumentIdException
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownDocumentIdException(String message) Create an UnknownDocumentIdException with the given messageUnknownDocumentIdException(String message, Throwable cause) Create an UnknownDocumentIdException with the given message and cause -
Method Summary
Methods inherited from class org.kuali.rice.core.api.exception.KualiException
isHideIncidentReport, setHideIncidentReportMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownDocumentIdException
Create an UnknownDocumentIdException with the given message- Parameters:
message-
-
UnknownDocumentIdException
Create an UnknownDocumentIdException with the given message and cause- Parameters:
message-cause-
-