Java java.io UncheckedIOException fields, constructors, methods, implement or subclass

Example usage for Java java.io UncheckedIOException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.io UncheckedIOException.

The text is from its open source code.

Constructor

UncheckedIOException(IOException cause)
Constructs an instance of this class.
UncheckedIOException(String message, IOException cause)
Constructs an instance of this class.

Method

IOExceptiongetCause()
Returns the cause of this exception.
StringgetMessage()
Returns the detail message string of this throwable.