public class WrappedIOException extends RuntimeException
IOException runtime wrapper
Wrap an IOException to a RuntimeException
| Constructor and Description |
|---|
WrappedIOException(IOException cause)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
IOException |
getCause()
Returns the wrapped
IOException |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WrappedIOException(IOException cause)
cause - IOException to wrappublic IOException getCause()
IOExceptiongetCause in class ThrowableIOExceptionCopyright © 2021 FasterXML. All rights reserved.