Class BusinessObjectNotLookupableException

All Implemented Interfaces:
Serializable

public class BusinessObjectNotLookupableException extends 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)