| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.transaction.RollbackException
weblogic.transaction.RollbackException
public final class RollbackException
This class extends javax.transaction.RollbackException and preserves the original reason for a rollback by reporting the application-supplied rollback reason.
| Constructor Summary | |
|---|---|
| RollbackException() | |
| RollbackException(String s) | |
| RollbackException(String s,
                  Throwable t) | |
| Method Summary | |
|---|---|
|  Throwable | getNested() | 
|  void | printStackTrace() | 
|  void | printStackTrace(PrintStream s) | 
|  void | printStackTrace(PrintWriter w) | 
|  void | superPrintStackTrace(PrintStream ps) | 
|  void | superPrintStackTrace(PrintWriter pw) | 
|  String | superToString() | 
|  String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public RollbackException()
public RollbackException(String s)
public RollbackException(String s,
                         Throwable t)
| Method Detail | 
|---|
public Throwable getNested()
public String superToString()
public void superPrintStackTrace(PrintStream ps)
public void superPrintStackTrace(PrintWriter pw)
public String toString()
public void printStackTrace(PrintStream s)
public void printStackTrace(PrintWriter w)
public void printStackTrace()
| 
 | Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||