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
ktor-serialization
/
io.ktor.serialization
/
WebsocketContentConvertException
Websocket
Content
Convert
Exception
open
class
WebsocketContentConvertException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
ContentConvertException
Constructors
Properties
Inheritors
Constructors
Websocket
Content
Convert
Exception
Link copied to clipboard
fun
WebsocketContentConvertException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
Inheritors
WebsocketConverterNotFoundException
Link copied to clipboard
WebsocketDeserializeException
Link copied to clipboard