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