| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.kuali.core.exceptions.BusinessObjectNotFoundException
BusinessObjectNotFoundException | public class BusinessObjectNotFoundException extends RuntimeException (Code) | | This class represents a situation where a business object is specified for lookup or loading, but it does not exist in the
database.
This exception can be used for when that is a fatal error.
|
BusinessObjectNotFoundException | public BusinessObjectNotFoundException()(Code) | | Constructs a BusinessObjectNotFoundException.java.
|
BusinessObjectNotFoundException | public BusinessObjectNotFoundException(String message)(Code) | | Constructs a BusinessObjectNotFoundException.java.
Parameters: message - |
BusinessObjectNotFoundException | public BusinessObjectNotFoundException(String message, Throwable cause)(Code) | | Constructs a BusinessObjectNotFoundException.java.
Parameters: message - Parameters: cause - |
BusinessObjectNotFoundException | public BusinessObjectNotFoundException(Throwable cause)(Code) | | Constructs a BusinessObjectNotFoundException.java.
Parameters: cause - |
BusinessObjectNotFoundException | public BusinessObjectNotFoundException(PersistableBusinessObject bo, String message)(Code) | | Constructs a BusinessObjectNotFoundException.java.
Parameters: bo - - the business object specified which cannot be found in the database Parameters: message - - the message to pass up |
BusinessObjectNotFoundException | public BusinessObjectNotFoundException(PersistableBusinessObject bo)(Code) | | Constructs a BusinessObjectNotFoundException.java.
Parameters: bo - - the business object specified which cannot be found in the database |
|
|
|