Smithy Kotlin
Toggle table of contents
1.5.15
common
jvm
native
Platform filter
common
jvm
native
Switch theme
Skip to content
Smithy Kotlin
runtime-core
/
aws.smithy.kotlin.runtime.io
/
EOFException
EOFException
common
jvm
native
expect
open
class
EOFException
(
message
:
String
?
,
cause
:
Throwable
?
)
:
IOException
actual
open
class
EOFException
(
message
:
String
?
,
cause
:
Throwable
?
)
:
EOFException
actual
open
class
EOFException
(
message
:
String
?
,
cause
:
Throwable
?
)
:
IOException
Members
Constructors
EOFException
Link copied to clipboard
common
jvm
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
?
)
actual
constructor
(
)
actual
constructor
(
message
:
String
?
)
actual
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
Inherited properties
cause
Link copied to clipboard
common
jvm
native
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
jvm
native
open
val
message
:
String
?
open
val
message
:
String
?
open
val
message
:
String
?