oracle.jbo
Interface  JboExceptionHandler
- public interface JboExceptionHandler
Defines methods for handling exceptions in the client that are thrown by the middle tier.
- Since: 
- JDeveloper 3.0
 
handleException
public void handleException(java.lang.Exception ex,
                            boolean lastEntryInPiggyback)
- Catches an exception thrown by the middle tier.- 
- Parameters:
- ex- an exception.
- lastEntryInPiggyback-- trueif- exis the
 last of a batch of exceptions and warnings generated by a transaction.
 
handleWarning
public void handleWarning(JboWarning warn)
- Catches a warning thrown by the middle tier.- 
- Parameters:
- warn- a warning message.
 
finishedProcessingPiggyback
public void finishedProcessingPiggyback(java.lang.Exception[] exArray)