BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.transaction
Class RollbackException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.transaction.RollbackException
              extended byweblogic.transaction.RollbackException
All Implemented Interfaces:
weblogic.utils.NestedThrowable, Serializable

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
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Nested Class Summary
 
Nested classes inherited from class 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()

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintStream s)

printStackTrace

public void printStackTrace(PrintWriter w)

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

superToString

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

toString

public String toString()

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