public interface JboExceptionHandler
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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.void handleWarning(JboWarning warn)
warn - a warning message.void finishedProcessingPiggyback(java.lang.Exception[] exArray)