Skip navigation links
oracle.jbo.service.errors
Class ServiceJboExceptionHandler
java.lang.Object
oracle.jbo.service.errors.ServiceJboExceptionHandler
- All Implemented Interfaces:
- JboExceptionHandler
-
public class ServiceJboExceptionHandler
- extends java.lang.Object
- implements JboExceptionHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceJboExceptionHandler
public ServiceJboExceptionHandler()
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
Copyright © 1997, 2011, Oracle. All rights reserved.