|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--oracle.jbo.JboException | +--oracle.jbo.RowNotFoundException
Thrown when the requested row is not found. This excecption may be thrown for either an Entity Object or a View Object.
Constructor Summary | |
RowNotFoundException(boolean entityRow,
java.lang.String objName,
Key key)
Constructs a new instance. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public RowNotFoundException(boolean entityRow, java.lang.String objName, Key key)
entityRow
- true
if the row not found is an Entity Object
row, or false
if a View Object row.objName
- the name of the entity or view object where the
error occurred.key
- the key of the row that could not be located.
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |