Package org.kuali.rice.krad.service
Class BusinessObjectNotLookupableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.core.api.exception.KualiException
org.kuali.rice.krad.service.BusinessObjectNotLookupableException
- All Implemented Interfaces:
Serializable
public class BusinessObjectNotLookupableException
extends org.kuali.rice.core.api.exception.KualiException
Thrown when a BusinessObject is expected to implement Lookupable, but does not.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBusinessObjectNotLookupableException(String message, boolean hideIncidentReport) BusinessObjectNotLookupableException(String message, Throwable t) -
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
-
BusinessObjectNotLookupableException
-
BusinessObjectNotLookupableException
-
BusinessObjectNotLookupableException
-
BusinessObjectNotLookupableException
-