Example usage for Java java.io UncheckedIOException fields, constructors, methods, implement or subclass
The text is from its open source code.
UncheckedIOException(IOException cause) Constructs an instance of this class. | |
UncheckedIOException(String message, IOException cause) Constructs an instance of this class. |
IOException | getCause() Returns the cause of this exception. |
String | getMessage() Returns the detail message string of this throwable. |