Serialized Form


Package com.thetransactioncompany.jsonrpc2

Class com.thetransactioncompany.jsonrpc2.JSONRPC2Error extends Exception implements Serializable

serialVersionUID: 4682571044532698806L

Serialized Fields

code

int code
The error code.


data

Object data
The optional error data.

Class com.thetransactioncompany.jsonrpc2.JSONRPC2ParseException extends Exception implements Serializable

serialVersionUID: 3376608778436136410L

Serialized Fields

causeType

int causeType
The parse exception cause type. Default is JSONRPC2ParseException.PROTOCOL.


unparsableString

String unparsableString
The string that could't be parsed.



Copyright © 2013 The Transaction Company. All Rights Reserved.