|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-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)
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2004, Oracle. All rights reserved.