-
-
Method Summary
-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
Constructor Detail
-
UncheckedIOException
public UncheckedIOException(String message,
IOException cause)
Constructs an instance of this class.
- Parameters:
message
- the detail message, can be null
cause
- the IOException
- Throws:
NullPointerException
- if the cause is null