UncheckedIOException

constructor(message: String, cause: IOException)

Constructs an instance of this class.

Parameters

message

the detail message, can be null

cause

the IOException

Throws

if the cause is null


constructor(cause: IOException)

Constructs an instance of this class.

Parameters

cause

the IOException

Throws

if the cause is null