ksrpc
Toggle table of contents
0.9.4
common
Platform filter
common
Switch theme
Search in API
ksrpc
ksrpc-api
/
com.monkopedia.ksrpc
/
RpcException
Rpc
Exception
class
RpcException
(
val
message
:
String
)
:
RuntimeException
Wrapper around exceptions thrown in remote calls.
Members
Constructors
Rpc
Exception
Link copied to clipboard
constructor
(
message
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String