Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


oracle.jbo.service.errors
Class ServiceJboExceptionHandler

java.lang.Object
  extended by oracle.jbo.service.errors.ServiceJboExceptionHandler

All Implemented Interfaces:
JboExceptionHandler

public class ServiceJboExceptionHandler
extends java.lang.Object
implements JboExceptionHandler

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

ServiceJboExceptionHandler

public ServiceJboExceptionHandler()

Method Detail

handleException

public void handleException(java.lang.Exception ex,
                            boolean lastEntryInPiggyback)
Description copied from interface: JboExceptionHandler
Catches an exception thrown by the middle tier.
Specified by:
handleException in interface JboExceptionHandler
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)
Description copied from interface: JboExceptionHandler
Catches a warning thrown by the middle tier.
Specified by:
handleWarning in interface JboExceptionHandler
Parameters:
warn - a warning message.

finishedProcessingPiggyback

public void finishedProcessingPiggyback(java.lang.Exception[] exArray)
Specified by:
finishedProcessingPiggyback in interface JboExceptionHandler

getWarnings

public java.util.ArrayList getWarnings()

emptyWarnings

public void emptyWarnings()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


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