Ktor
Toggle table of contents
3.3.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
common
jsAndWasmShared
jvm
posix
Target filter
common
jsAndWasmShared
jvm
posix
Switch theme
Search in API
Skip to content
Ktor
ktor-utils
/
io.ktor.util.network
/
UnresolvedAddressException
Unresolved
Address
Exception
common
jsAndWasmShared
jvm
posix
expect
class
UnresolvedAddressException
:
IllegalArgumentException
(
source
)
actual
class
UnresolvedAddressException
:
IllegalArgumentException
(
source
)
actual
typealias
UnresolvedAddressException
=
java.nio.channels.UnresolvedAddressException
(
source
)
actual
class
UnresolvedAddressException
:
IllegalArgumentException
(
source
)
Members
Members & Extensions
Constructors
Unresolved
Address
Exception
Link copied to clipboard
common
jsAndWasmShared
posix
expect
constructor
(
)
constructor
(
)
constructor
(
)
Properties
cause
Link copied to clipboard
common
jsAndWasmShared
posix
expect
open
val
cause
:
Throwable
?
expect
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
jsAndWasmShared
posix
expect
open
val
message
:
String
?
expect
open
val
message
:
String
?
open
val
message
:
String
?
root
Cause
Link copied to clipboard
val
Throwable
.
rootCause
:
Throwable
?
Root cause of the
Throwable
.
Functions
get
Stack
Trace
Link copied to clipboard
posix
@
ExperimentalNativeApi
fun
getStackTrace
(
)
:
Array
<
String
>
init
Cause
Bridge
Link copied to clipboard
common
jsAndWasmShared
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
print
Stack
Trace
Link copied to clipboard
posix
fun
printStackTrace
(
)
to
String
Link copied to clipboard
posix
open
override
fun
toString
(
)
:
String