IOException

expect constructor(message: String?)(source)
expect constructor(cause: Throwable?)(source)


expect constructor(message: String?, cause: Throwable?)(source)

Parameters

message

the detail message, or null if no detail message is provided.

cause

the cause of this exception, or null if no cause is specified.

actual constructor(message: String?)(source)
actual constructor(cause: Throwable?)(source)
actual constructor(message: String?, cause: Throwable?)(source)