|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.jbo.service.errors.ServiceJboExceptionHandler
public class ServiceJboExceptionHandler
| Constructor Summary | |
|---|---|
ServiceJboExceptionHandler()
|
|
| Method Summary | |
|---|---|
void |
emptyWarnings()
|
void |
finishedProcessingPiggyback(java.lang.Exception[] exArray)
|
java.util.ArrayList |
getWarnings()
|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceJboExceptionHandler()
| Method Detail |
|---|
public void handleException(java.lang.Exception ex,
boolean lastEntryInPiggyback)
JboExceptionHandler
handleException in interface JboExceptionHandlerex - 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)
JboExceptionHandler
handleWarning in interface JboExceptionHandlerwarn - a warning message.public void finishedProcessingPiggyback(java.lang.Exception[] exArray)
finishedProcessingPiggyback in interface JboExceptionHandlerpublic java.util.ArrayList getWarnings()
public void emptyWarnings()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||