ktor-utils
Toggle table of contents
3.3.2
common
jsAndWasmShared
jvm
posix
Target filter
common
jsAndWasmShared
jvm
posix
Switch theme
Search in API
Skip to content
ktor-utils
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