mcutils
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
mcutils
msmp
/
tech.aliorpse.mcutils.entity
/
JsonRpcException
Json
Rpc
Exception
class
JsonRpcException
(
val
error
:
JsonRpcError
,
val
data
:
String
?
=
null
)
:
IllegalStateException
Members
Constructors
Json
Rpc
Exception
Link copied to clipboard
constructor
(
error
:
JsonRpcError
,
data
:
String
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
data
Link copied to clipboard
val
data
:
String
?
error
Link copied to clipboard
val
error
:
JsonRpcError
message
Link copied to clipboard
expect
open
val
message
:
String
?