public class FoldingIOException extends IOException
Constructor and Description |
---|
FoldingIOException(Throwable t)
Deprecated.
Better to create a new
IOException and use its Throwable.initCause(java.lang.Throwable) method. |
Modifier and Type | Method and Description |
---|---|
String |
getLocalizedMessage() |
void |
printStackTrace()
Prints stack trace of the foreign exception
|
void |
printStackTrace(PrintStream s)
Prints stack trace of the foreign exception
|
void |
printStackTrace(PrintWriter s)
Prints stack trace of the foreign exception
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
@Deprecated public FoldingIOException(Throwable t)
IOException
and use its Throwable.initCause(java.lang.Throwable)
method.t
- a foreign folded Throwablepublic void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter s)
printStackTrace
in class Throwable
public String toString()
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable