java.io.Serializable
, NestedThrowable
EncryptionServiceException
, InvalidSecurityException
, NoAccessRuntimeException
, SecurityConfigurationException
, SecurityInitializationException
, SecurityServiceRuntimeException
, XMLWriterRuntimeException
@Deprecated public class NestedRuntimeException extends java.lang.RuntimeException implements NestedThrowable
NestedThrowable.Util
Modifier and Type | Method | Description |
---|---|---|
java.lang.Throwable |
getNested() |
Deprecated.
Gets the nested Throwable.
|
java.lang.Throwable |
getNestedException() |
Deprecated.
Gets the nested exception.
|
java.lang.Throwable |
initCause(java.lang.Throwable t) |
Deprecated.
|
void |
printStackTrace() |
Deprecated.
Prints the stack trace associated with this exception and
its nested exception to System.err.
|
void |
printStackTrace(java.io.PrintStream s) |
Deprecated.
Prints the stack trace associated with this exception and
its nested exception.
|
void |
printStackTrace(java.io.PrintWriter w) |
Deprecated.
Prints the stack trace associated with this exception and
its nested exception.
|
void |
superPrintStackTrace(java.io.PrintStream ps) |
Deprecated.
|
void |
superPrintStackTrace(java.io.PrintWriter pw) |
Deprecated.
|
java.lang.String |
superToString() |
Deprecated.
|
java.lang.String |
toString() |
Deprecated.
Prints the exception message and its nested exception message.
|
public java.lang.Throwable initCause(java.lang.Throwable t)
initCause
in class java.lang.Throwable
public java.lang.Throwable getNestedException()
public java.lang.Throwable getNested()
getNested
in interface NestedThrowable
public java.lang.String superToString()
superToString
in interface NestedThrowable
public void superPrintStackTrace(java.io.PrintStream ps)
superPrintStackTrace
in interface NestedThrowable
public void superPrintStackTrace(java.io.PrintWriter pw)
superPrintStackTrace
in interface NestedThrowable
public java.lang.String toString()
toString
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream s)
printStackTrace
in class java.lang.Throwable
s
- PrintStreampublic void printStackTrace(java.io.PrintWriter w)
printStackTrace
in class java.lang.Throwable
w
- PrintWriterpublic void printStackTrace()
printStackTrace
in class java.lang.Throwable