public class UncheckedIOException extends RuntimeException
UncheckedIOException
is used to wrap an IOException
into an unchecked exception.Constructor and Description |
---|
UncheckedIOException() |
UncheckedIOException(String message) |
UncheckedIOException(String message,
Throwable cause) |
UncheckedIOException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString