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

Part Number E27170-01

Uses of Interface
weblogic.transaction.NestedThrowable

Packages that use NestedThrowable
weblogic.transaction Provides interfaces and classes for transaction support. 
 

Uses of NestedThrowable in weblogic.transaction
 

Classes in weblogic.transaction that implement NestedThrowable
 class NestedException
           
 class XAException
           
 

Methods in weblogic.transaction with parameters of type NestedThrowable
static void NestedThrowable.Util.printStackTrace(NestedThrowable nt, PrintStream s)
          Prints the stack trace associated with this exception and its nested exception.
static void NestedThrowable.Util.printStackTrace(NestedThrowable nt, PrintWriter w)
          Prints the stack trace associated with this exception and its nested exception.
static String NestedThrowable.Util.toString(NestedThrowable nt)
          Prints the exception message and its nested exception message.
 


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