org.kuali.rice.krad.service
Class BusinessObjectNotLookupableException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.kuali.rice.core.api.exception.KualiException
org.kuali.rice.core.api.exception.KualiException
                   org.kuali.rice.krad.service.BusinessObjectNotLookupableException
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
 
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
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 © 2004-2011 The Kuali Foundation. All Rights Reserved.