org.kuali.rice.krad.service
Class BusinessObjectNotLookupableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kuali.rice.core.api.exception.KualiException
                  extended by org.kuali.rice.krad.service.BusinessObjectNotLookupableException
All Implemented Interfaces:
Serializable

public class BusinessObjectNotLookupableException
extends KualiException

Thrown when a BusinessObject is expected to implement Lookupable, but does not.

See Also:
Lookupable, Serialized Form

Constructor Summary
BusinessObjectNotLookupableException(String message)
           
BusinessObjectNotLookupableException(String message, boolean hideIncidentReport)
           
BusinessObjectNotLookupableException(String message, Throwable t)
           
BusinessObjectNotLookupableException(Throwable t)
           
 
Method Summary
 
Methods inherited from class org.kuali.rice.core.api.exception.KualiException
isHideIncidentReport, setHideIncidentReport
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BusinessObjectNotLookupableException

public BusinessObjectNotLookupableException(String message)

BusinessObjectNotLookupableException

public BusinessObjectNotLookupableException(String message,
                                            boolean hideIncidentReport)

BusinessObjectNotLookupableException

public BusinessObjectNotLookupableException(String message,
                                            Throwable t)

BusinessObjectNotLookupableException

public BusinessObjectNotLookupableException(Throwable t)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.