SerializableSafeExceptionpublic class FoldingIOException extends IOException
| Constructor | Description |
|---|---|
FoldingIOException(Throwable t) |
Deprecated.
Better to create a new
IOException and use its Throwable.initCause(java.lang.Throwable) method. |
| Modifier and Type | Method | 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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, 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 Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwablepublic String toString()
public String getLocalizedMessage()
getLocalizedMessage in class ThrowableBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.