Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.jbo
Interface JboExceptionHandler

All Known Implementing Classes:
AbstractRemoteApplicationModuleImpl, ApplicationModuleImpl, CMEJBApplicationModuleImpl, DCBindingContainer, EJBApplicationModuleImpl, JUFormBinding, JUPanelBinding, JUShuttleModel, NestedApplicationModuleImpl, ServerApplicationModuleImpl, ServerApplicationModuleImpl, ServiceJboExceptionHandler

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

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

void handleWarning(JboWarning warn)
Catches a warning thrown by the middle tier.

Parameters:
warn - a warning message.

finishedProcessingPiggyback

void finishedProcessingPiggyback(java.lang.Exception[] exArray)

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

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