Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.transaction
Class RollbackException

java.lang.Object
  extended by javax.transaction.RollbackException
      extended by weblogic.transaction.RollbackException

public final class RollbackException
extends 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

RollbackException

public RollbackException()

RollbackException

public RollbackException(String s)

RollbackException

public RollbackException(String s,
                         Throwable t)
Method Detail

getNested

public Throwable getNested()

superToString

public String superToString()

superPrintStackTrace

public void superPrintStackTrace(PrintStream ps)

superPrintStackTrace

public void superPrintStackTrace(PrintWriter pw)

toString

public String toString()

printStackTrace

public void printStackTrace(PrintStream s)

printStackTrace

public void printStackTrace(PrintWriter w)

printStackTrace

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