kotlinx-rpc
Toggle table of contents
0.9.1
common
Platform filter
common
Back to docs
Switch theme
Search in API
kotlinx-rpc
kotlinx-rpc-krpc-test
/
kotlinx.rpc.krpc.test
/
KrpcTestServiceBackend
/
SerializableTestException
Serializable
Test
Exception
@
Serializable
class
SerializableTestException
(
val
message
:
String
?
,
val
cause
:
KrpcTestServiceBackend.SerializableTestException
?
=
null
)
:
Exception
(
source
)
Members
Constructors
Serializable
Test
Exception
Link copied to clipboard
constructor
(
message
:
String
?
,
cause
:
KrpcTestServiceBackend.SerializableTestException
?
=
null
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
KrpcTestServiceBackend.SerializableTestException
?
=
null
message
Link copied to clipboard
open
override
val
message
:
String
?