Serializable
public class UncheckedIOException extends RuntimeException
IOException
UncheckedIOException(IOException cause)
UncheckedIOException(String message, IOException cause)
getCause()
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public UncheckedIOException(String message, IOException cause)
message
cause
NullPointerException
null
public UncheckedIOException(IOException cause)
public IOException getCause()
getCause
Throwable