ktor-io
Toggle table of contents
3.3.2
posix
Target filter
posix
Switch theme
Search in API
Skip to content
ktor-io
ktor-io
/
io.ktor.utils.io.errors
/
PosixException
/
NotSocketException
Not
Socket
Exception
posix
class
NotSocketException
(
message
:
String
)
:
PosixException
(
source
)
Members
Constructors
Not
Socket
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
?
Functions
get
Stack
Trace
Link copied to clipboard
posix
@
ExperimentalNativeApi
fun
getStackTrace
(
)
:
Array
<
String
>
print
Stack
Trace
Link copied to clipboard
posix
fun
printStackTrace
(
)
to
String
Link copied to clipboard
posix
open
override
fun
toString
(
)
:
String