Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo
Interface JboExceptionHandler

All Known Implementing Classes:
AbstractRemoteApplicationModuleImpl, ApplicationModuleImpl, DCBindingContainer

public interface JboExceptionHandler

Defines methods for handling exceptions in the client that are thrown by the middle tier.

Since:
JDeveloper 3.0

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

handleException

public void handleException(java.lang.Exception ex,
                            boolean lastEntryInPiggyback)
Catches an exception thrown by the middle tier.
Parameters:
ex - an exception.
lastEntryInPiggyback - true if ex is 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)

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Copyright © 1997, 2005, Oracle. All rights reserved.