ktor
2.0.3
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
js
jvm
posix
ktor-io
/
io.ktor.utils.io.errors
/
IOException
IOException
common
js
jvm
posix
expect
open
class
IOException
(
message
:
String
,
cause
:
Throwable
?
)
:
Exception
Content copied to clipboard
actual
open
class
IOException
(
message
:
String
,
cause
:
Throwable
?
)
:
Exception
Content copied to clipboard
actual
typealias
IOException
=
IOException
Content copied to clipboard
actual
open
class
IOException
(
message
:
String
,
cause
:
Throwable
?
)
Content copied to clipboard
Constructors
Properties
Inheritors
Constructors
IOException
Link copied to clipboard
common
js
posix
expect
fun
IOException
(
message
:
String
)
Content copied to clipboard
actual
fun
IOException
(
message
:
String
)
Content copied to clipboard
actual
fun
IOException
(
message
:
String
)
Content copied to clipboard
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
Content copied to clipboard
cause
Link copied to clipboard
js
open
val
cause
:
Throwable
?
Content copied to clipboard
message
Link copied to clipboard
common
open
val
message
:
String
?
Content copied to clipboard
message
Link copied to clipboard
js
open
val
message
:
String
?
Content copied to clipboard
Inheritors
EOFException
Link copied to clipboard
EOFException
Link copied to clipboard