|
Oracle | ||||||||||
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()
weblogic.utils.NestedThrowable#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()
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |