BEA Systems, Inc.

weblogic.transaction
Class RollbackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.transaction.RollbackException
              extended by weblogic.transaction.RollbackException
All Implemented Interfaces:
Serializable, weblogic.utils.NestedThrowable

public final class RollbackException
extends RollbackException
implements weblogic.utils.NestedThrowable

This class extends javax.transaction.RollbackException and preserves the original reason for a rollback by reporting the application-supplied rollback reason.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface weblogic.utils.NestedThrowable
weblogic.utils.NestedThrowable.Util
 
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.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
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()
Specified by:
getNested in interface weblogic.utils.NestedThrowable
See Also:
NestedThrowable.getNested()

superToString

public String superToString()
Specified by:
superToString in interface weblogic.utils.NestedThrowable

superPrintStackTrace

public void superPrintStackTrace(PrintStream ps)
Specified by:
superPrintStackTrace in interface weblogic.utils.NestedThrowable

superPrintStackTrace

public void superPrintStackTrace(PrintWriter pw)
Specified by:
superPrintStackTrace in interface weblogic.utils.NestedThrowable

toString

public String toString()
Overrides:
toString in class Throwable

printStackTrace

public void printStackTrace(PrintStream s)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter w)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.