|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.kuali.rice.kns.exception.BusinessObjectNotFoundException
public class BusinessObjectNotFoundException
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.
Constructor Summary | |
---|---|
BusinessObjectNotFoundException()
Constructs a BusinessObjectNotFoundException.java. |
|
BusinessObjectNotFoundException(PersistableBusinessObject bo)
Constructs a BusinessObjectNotFoundException.java. |
|
BusinessObjectNotFoundException(PersistableBusinessObject bo,
String message)
Constructs a BusinessObjectNotFoundException.java. |
|
BusinessObjectNotFoundException(String message)
Constructs a BusinessObjectNotFoundException.java. |
|
BusinessObjectNotFoundException(String message,
Throwable cause)
Constructs a BusinessObjectNotFoundException.java. |
|
BusinessObjectNotFoundException(Throwable cause)
Constructs a BusinessObjectNotFoundException.java. |
Method Summary |
---|
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 |
---|
public BusinessObjectNotFoundException()
public BusinessObjectNotFoundException(String message)
message
- public BusinessObjectNotFoundException(String message, Throwable cause)
message
- cause
- public BusinessObjectNotFoundException(Throwable cause)
cause
- public BusinessObjectNotFoundException(PersistableBusinessObject bo, String message)
bo
- - the business object specified which cannot be found in the databasemessage
- - the message to pass uppublic BusinessObjectNotFoundException(PersistableBusinessObject bo)
bo
- - the business object specified which cannot be found in the database
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |