Smithy Kotlin
Toggle table of contents
1.5.8
common
jvm
Platform filter
common
jvm
Switch theme
Skip to content
Smithy Kotlin
runtime-core
/
aws.smithy.kotlin.runtime.io
/
IOException
IOException
common
jvm
expect
open
class
IOException
(
message
:
String
?
,
cause
:
Throwable
?
)
:
Exception
Inheritors
ClosedWriteChannelException
EOFException
actual
typealias
IOException
=
java.io.IOException
Members
Constructors
IOException
Link copied to clipboard
common
expect
constructor
(
)
expect
constructor
(
message
:
String
?
)
expect
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
Inherited properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
open
val
message
:
String
?