@Deprecated public class T3Exception extends java.io.IOException implements NestedThrowable
NestedThrowable.Util
Modifier and Type | Field and Description |
---|---|
private java.lang.Throwable |
nestedException
Deprecated.
|
private java.lang.String |
nestedStackTrace
Deprecated.
|
Constructor and Description |
---|
T3Exception()
Deprecated.
|
T3Exception(java.lang.String s)
Deprecated.
Deprecated in WebLogic Server 6.1.
|
T3Exception(java.lang.String s,
java.lang.Throwable ne)
Deprecated.
Deprecated in WebLogic Server 6.1.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getNested()
Deprecated.
Deprecated in WebLogic Server 6.1.
|
java.lang.Throwable |
getNestedException()
Deprecated.
Deprecated in WebLogic Server 6.1.
|
void |
printStackTrace()
Deprecated.
Deprecated in WebLogic Server 6.1.
|
void |
printStackTrace(java.io.PrintStream s)
Deprecated.
Deprecated in WebLogic Server 6.1.
|
protected void |
setNestedException(java.lang.Throwable nestedException)
Deprecated.
Deprecated in WebLogic Server 6.1.
|
void |
superPrintStackTrace(java.io.PrintStream ps)
Deprecated.
Deprecated in WebLogic Server 6.1.
|
void |
superPrintStackTrace(java.io.PrintWriter po)
Deprecated.
Deprecated in WebLogic Server 6.1.
|
java.lang.String |
superToString()
Deprecated.
Deprecated in WebLogic Server 6.1.
|
java.lang.String |
toString()
Deprecated.
Deprecated in WebLogic Server 6.1.
|
private java.lang.Throwable nestedException
private java.lang.String nestedStackTrace
@Deprecated public T3Exception(java.lang.String s)
s
- String messagepublic T3Exception()
@Deprecated public T3Exception(java.lang.String s, java.lang.Throwable ne)
s
- String messagene
- Exception@Deprecated protected void setNestedException(java.lang.Throwable nestedException)
@Deprecated public java.lang.Throwable getNestedException()
@Deprecated public java.lang.String toString()
toString
in class java.lang.Throwable
@Deprecated public void printStackTrace(java.io.PrintStream s)
printStackTrace
in class java.lang.Throwable
s
- PrintStream@Deprecated public void printStackTrace()
printStackTrace
in class java.lang.Throwable
s
- PrintStream@Deprecated public java.lang.Throwable getNested()
getNested
in interface NestedThrowable
@Deprecated public java.lang.String superToString()
superToString
in interface NestedThrowable
@Deprecated public void superPrintStackTrace(java.io.PrintStream ps)
superPrintStackTrace
in interface NestedThrowable
@Deprecated public void superPrintStackTrace(java.io.PrintWriter po)
superPrintStackTrace
in interface NestedThrowable