|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines methods for handling exceptions in the client that are thrown by the middle tier.
Method Summary | |
void |
finishedProcessingPiggyback(java.lang.Exception[] exArray) |
void |
handleException(java.lang.Exception ex, boolean lastEntryInPiggyback) Catches an exception thrown by the middle tier. |
void |
handleWarning(JboWarning warn) Catches a warning thrown by the middle tier. |
Method Detail |
public void handleException(java.lang.Exception ex, boolean lastEntryInPiggyback)
ex
- an exception.lastEntryInPiggyback
- true
if ex
is the last of a batch of exceptions and warnings generated by a transaction.public void handleWarning(JboWarning warn)
warn
- a warning message.public void finishedProcessingPiggyback(java.lang.Exception[] exArray)
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.