public class WrappedIOException
extends java.io.IOException
| Constructor and Description |
|---|
WrappedIOException(java.lang.String message,
java.lang.Throwable cause) |
WrappedIOException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Returns the cause.
|
void |
printStackTrace()
Prints the stack trace of the cause.
|
void |
printStackTrace(java.io.PrintStream out)
Prints the stack trace of the cause.
|
void |
printStackTrace(java.io.PrintWriter out)
Prints the stack trace of the cause.
|
public WrappedIOException(java.lang.Throwable cause)
cause - the cause.public WrappedIOException(java.lang.String message,
java.lang.Throwable cause)
cause - the cause.public void printStackTrace(java.io.PrintStream out)
printStackTrace in class java.lang.Throwableout - the print stream to print the stack trace to.public void printStackTrace(java.io.PrintWriter out)
printStackTrace in class java.lang.Throwableout - the print writer to print the stack trace to.public void printStackTrace()
printStackTrace in class java.lang.Throwablepublic java.lang.Throwable getCause()
getCause in class java.lang.ThrowableCopyright ? Technia AB. All Rights Reserved.