ktor-io
Toggle table of contents
3.3.1
posix
Platform filter
posix
Switch theme
Search in API
ktor-io
ktor-io
/
io.ktor.utils.io.errors
/
PosixException
/
AddressAlreadyInUseException
Address
Already
In
Use
Exception
posix
class
AddressAlreadyInUseException
(
message
:
String
)
:
PosixException
(
source
)
Members
Constructors
Address
Already
In
Use
Exception
Link copied to clipboard
posix
constructor
(
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
?