IOException
Constructors
Link copied to clipboard
expect constructor()
expect constructor(message: String?)
expect constructor(message: String?, cause: Throwable?)
expect constructor(cause: Throwable?)
actual constructor()
actual constructor(message: String?)
actual constructor(message: String?, cause: Throwable?)
actual constructor(cause: Throwable?)
Functions
Link copied to clipboard
Link copied to clipboard
Ensures that the throwable is an instance of IOException. If it is not, it will encase it in one.
@JvmName(name = "wrapIO")
Ensures that the throwable is an instance of IOException. If it is not, it will encase it in one with the provided lazyMessage.