automorph.protocol.jsonrpc.JsonRpcException
JSON-RPC API error exception.
API methods bound via an RPC request handler can throw this exception to customize JSON-RPC error response.
Type parameters
-
Node
-
message codec node representation type
Value parameters
-
cause
-
exception cause
-
code
-
error code
-
data
-
additional error information
-
message
-
error description
Attributes
-
Constructor
-
Creates a new JSON-RPC error exception.
-
See also
-
-
Graph
-
-
Supertypes
-
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Members list
Attributes
-
Inherited from:
-
Throwable
Attributes
-
Inherited from:
-
Throwable
Attributes
-
Inherited from:
-
Throwable
Attributes
-
Inherited from:
-
Throwable
Attributes
-
Inherited from:
-
Throwable
Attributes
-
Inherited from:
-
Throwable
Attributes
-
Inherited from:
-
Throwable
Attributes
-
Inherited from:
-
Throwable
Attributes
-
Inherited from:
-
Throwable
Attributes
-
Inherited from:
-
Throwable
Attributes
-
Inherited from:
-
Throwable
Attributes
-
Inherited from:
-
Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
-
Returns
-
a string representation of the object.
-
Inherited from:
-
Throwable