Smithy Kotlin
Toggle table of contents
1.6.11
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
?
)
:
Exception
Inheritors
ClosedWriteChannelException
EOFException
actual
typealias
IOException
=
java.io.IOException
actual
open
class
IOException
(
message
:
String
?
,
cause
:
Throwable
?
)
:
Exception
Inheritors
EOFException
Members
Constructors
IOException
Link copied to clipboard
common
native
expect
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
expect
constructor
(
)
expect
constructor
(
message
:
String
?
)
actual
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
actual
constructor
(
)
actual
constructor
(
message
:
String
?
)
Inherited properties
cause
Link copied to clipboard
common
native
expect
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
native
expect
open
val
message
:
String
?
open
val
message
:
String
?
Inherited functions
get
Stack
Trace
Link copied to clipboard
native
@
ExperimentalNativeApi
fun
getStackTrace
(
)
:
Array
<
String
>
print
Stack
Trace
Link copied to clipboard
native
fun
printStackTrace
(
)
to
String
Link copied to clipboard
native
open
override
fun
toString
(
)
:
String