public abstract static class IOUtil.WrappedException extends IOException
| Constructor and Description | 
|---|
| WrappedException(IOException underlying) | 
| WrappedException(String message,
                IOException underlying) | 
| Modifier and Type | Method and Description | 
|---|---|
| IOException | getCause() | 
| String | getMessage() | 
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WrappedException(String message, IOException underlying)
public WrappedException(IOException underlying)
public IOException getCause()
public String getMessage()
getMessage in class Throwable