toggle menu
ksrpc
0.9.2
common
switch theme
search in API
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