|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.lang.Throwable
java.lang.Exception
weblogic.transaction.NestedException
public class NestedException
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface weblogic.transaction.NestedThrowable |
---|
NestedThrowable.Util |
Field Summary | |
---|---|
protected Throwable |
nested |
Method Summary | |
---|---|
String |
getMessage() |
Throwable |
getNested() Gets the nested Throwable. |
Throwable |
getNestedException() Gets the nested exception. |
void |
printStackTrace() Prints the stack trace associated with this exception and its nested exception to System.err. |
void |
printStackTrace(PrintStream s) Prints the stack trace associated with this exception and its nested exception. |
void |
printStackTrace(PrintWriter w) Prints the stack trace associated with this exception and its nested exception. |
void |
superPrintStackTrace(PrintStream ps) |
void |
superPrintStackTrace(PrintWriter pw) |
String |
superToString() |
String |
toString() Prints the exception message and its nested exception message. |
Methods inherited from class java.lang.Throwable |
---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Throwable nested
Method Detail |
---|
public Throwable getNestedException()
public String getMessage()
getMessage
in class Throwable
public Throwable getNested()
getNested
in interface NestedThrowable
public String superToString()
superToString
in interface NestedThrowable
public void superPrintStackTrace(PrintStream ps)
superPrintStackTrace
in interface NestedThrowable
public void superPrintStackTrace(PrintWriter pw)
superPrintStackTrace
in interface NestedThrowable
public String toString()
toString
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
s
- PrintStreampublic void printStackTrace(PrintWriter w)
printStackTrace
in class Throwable
w
- PrintStreampublic void printStackTrace()
printStackTrace
in class Throwable
|
Copyright 1996, 2015, 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.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |