public class UnexpectedIOException extends UnexpectedException
Wrap java’s IOException into runtime exception
| Constructor and Description |
|---|
UnexpectedIOException(IOException cause) |
UnexpectedIOException(String msg,
Object... args) |
UnexpectedIOException(Throwable cause,
String msg,
Object... args) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2014–2021 OSGL (Open Source General Library). All rights reserved.