ktor
2.2.4
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-utils
/
io.ktor.util.network
/
UnresolvedAddressException
Unresolved
Address
Exception
common
js
jvm
posix
expect
class
UnresolvedAddressException
:
IllegalArgumentException
actual
class
UnresolvedAddressException
:
IllegalArgumentException
actual
typealias
UnresolvedAddressException
=
UnresolvedAddressException
actual
class
UnresolvedAddressException
:
IllegalArgumentException
Constructors
Properties
Extensions
Constructors
Unresolved
Address
Exception
Link copied to clipboard
common
js
posix
expect
fun
UnresolvedAddressException
(
)
fun
UnresolvedAddressException
(
)
fun
UnresolvedAddressException
(
)
Properties
cause
Link copied to clipboard
common
js
posix
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
js
posix
open
val
message
:
String
?
open
val
message
:
String
?
open
val
message
:
String
?
Extensions
init
Cause
Bridge
Link copied to clipboard
common
js
jvm
posix
expect
fun
Throwable
.
initCauseBridge
(
cause
:
Throwable
)
Internal helper for setting cause on
Throwable
in MPP
actual
fun
Throwable
.
initCauseBridge
(
cause
:
Throwable
)
Internal helper for setting cause on
Throwable
in MPP
actual
fun
Throwable
.
initCauseBridge
(
cause
:
Throwable
)
Internal helper for setting cause on
Throwable
in MPP
actual
fun
Throwable
.
initCauseBridge
(
cause
:
Throwable
)
Internal helper for setting cause on
Throwable
in MPP
root
Cause
Link copied to clipboard
val
Throwable
.
rootCause
:
Throwable
?
Root cause of the
Throwable
.