ktor-serialization
Toggle table of contents
3.2.1
common
Platform filter
common
Switch theme
Search in API
ktor-serialization
ktor-serialization
/
io.ktor.serialization
/
ContentConvertException
Content
Convert
Exception
open
class
ContentConvertException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
Exception
(
source
)
Inheritors
JsonConvertException
WebsocketContentConvertException
Members
Constructors
Content
Convert
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?