@Deprecated
public final class T3ExecuteException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.Exception |
nestedException
Deprecated.
|
(package private) java.lang.String |
nestedExceptionStackTrace
Deprecated.
|
private static long |
serialVersionUID
Deprecated.
|
Constructor and Description |
---|
T3ExecuteException()
Deprecated.
Deprecated in WebLogic Server 6.1.
|
T3ExecuteException(java.lang.Exception ne)
Deprecated.
Deprecated in WebLogic Server 6.1.
|
T3ExecuteException(java.lang.String message,
java.lang.Exception ne)
Deprecated.
Deprecated in WebLogic Server 6.1.
|
T3ExecuteException(java.lang.String message,
java.lang.Exception ne,
java.lang.String nestedStackTrace)
Deprecated.
Deprecated in WebLogic Server 6.1.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
captureStackTrace()
Deprecated.
|
java.lang.Exception |
getNestedException()
Deprecated.
Deprecated in WebLogic Server 6.1.
|
java.lang.String |
getNestedExceptionStackTrace()
Deprecated.
Deprecated in WebLogic Server 6.1.
|
void |
printStackTrace()
Deprecated.
Deprecated in WebLogic Server 6.1.
|
void |
printStackTrace(java.io.PrintStream ps)
Deprecated.
Deprecated in WebLogic Server 6.1.
|
void |
setNestedExceptionStackTrace(java.lang.String cst)
Deprecated.
Deprecated in WebLogic Server 6.1.
|
java.lang.String |
toString()
Deprecated.
Deprecated in WebLogic Server 6.1.
|
private static final long serialVersionUID
java.lang.Exception nestedException
java.lang.String nestedExceptionStackTrace
@Deprecated public T3ExecuteException()
@Deprecated public T3ExecuteException(java.lang.String message, java.lang.Exception ne, java.lang.String nestedStackTrace)
message
- Exception messagene
- Nested exceptionnestedStackTrace
- Stack trace from the nested exception@Deprecated public T3ExecuteException(java.lang.String message, java.lang.Exception ne)
message
- Exception messagene
- Nested exception@Deprecated public T3ExecuteException(java.lang.Exception ne)
ne
- Nested exception@Deprecated public java.lang.Exception getNestedException()
void captureStackTrace()
@Deprecated public java.lang.String getNestedExceptionStackTrace()
@Deprecated public void setNestedExceptionStackTrace(java.lang.String cst)
cst
- Stack trace@Deprecated public void printStackTrace()
printStackTrace
in class java.lang.Throwable
@Deprecated public void printStackTrace(java.io.PrintStream ps)
printStackTrace
in class java.lang.Throwable
ps
- PrintStream@Deprecated public java.lang.String toString()
toString
in class java.lang.Throwable