BEA WebLogic Server 9.0 API Reference
weblogic.transaction
Class RollbackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.transaction.RollbackException
weblogic.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 classes inherited from class weblogic.utils.NestedThrowable |
weblogic.utils.NestedThrowable.Util |
RollbackException
public RollbackException()
RollbackException
public RollbackException(String s)
RollbackException
public RollbackException(String s,
Throwable t)
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()