ktor
2.2.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
js
jvm
posix
ktor-io
/
io.ktor.utils.io.errors
/
PosixException
/
AddressAlreadyInUseException
Address
Already
In
Use
Exception
posix
class
AddressAlreadyInUseException
(
message
:
String
)
:
PosixException
Constructors
Properties
Extensions
Constructors
Address
Already
In
Use
Exception
Link copied to clipboard
posix
fun
AddressAlreadyInUseException
(
message
:
String
)
Properties
cause
Link copied to clipboard
posix
open
val
cause
:
Throwable
?
errno
Link copied to clipboard
posix
val
errno
:
Int
error code that caused this exception
message
Link copied to clipboard
posix
open
val
message
:
String
?
Extensions
print
Stack
Link copied to clipboard
common
js
jvm
posix
expect
fun
Throwable
.
printStack
(
)
Print exception stacktrace.
actual
fun
Throwable
.
printStack
(
)
Print exception stacktrace.
actual
fun
Throwable
.
printStack
(
)
Print exception stacktrace.
actual
fun
Throwable
.
printStack
(
)
Print exception stacktrace.