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 Details

    • BusinessObjectNotLookupableException

      public BusinessObjectNotLookupableException(String message)
    • BusinessObjectNotLookupableException

      public BusinessObjectNotLookupableException(String message, boolean hideIncidentReport)
    • BusinessObjectNotLookupableException

      public BusinessObjectNotLookupableException(String message, Throwable t)
    • BusinessObjectNotLookupableException

      public BusinessObjectNotLookupableException(Throwable t)