Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.transaction
Interface NestedThrowable

All Known Implementing Classes:
NestedException, XAException

public interface NestedThrowable


Nested Class Summary
static class NestedThrowable.Util
           
 
Method Summary
 Throwable getNested()
          Get the nested Throwable.
 void superPrintStackTrace(PrintStream ps)
          Call super.printStackTrace().
 void superPrintStackTrace(PrintWriter po)
          Call super.printStackTrace().
 String superToString()
          Call super.toString().
 

Method Detail

getNested

Throwable getNested()
Get the nested Throwable.


superToString

String superToString()
Call super.toString(). [Kludge but necessary.]


superPrintStackTrace

void superPrintStackTrace(PrintStream ps)
Call super.printStackTrace(). [Kludge but necessary.]


superPrintStackTrace

void superPrintStackTrace(PrintWriter po)
Call super.printStackTrace(). [Kludge but necessary.]


Copyright 1996, 2013, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01