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