Uses of Class
com.almende.eve.rpc.jsonrpc.JSONRPCException.CODE

Packages that use JSONRPCException.CODE
com.almende.eve.rpc.jsonrpc   
 

Uses of JSONRPCException.CODE in com.almende.eve.rpc.jsonrpc
 

Methods in com.almende.eve.rpc.jsonrpc that return JSONRPCException.CODE
static JSONRPCException.CODE JSONRPCException.CODE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JSONRPCException.CODE[] JSONRPCException.CODE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.almende.eve.rpc.jsonrpc with parameters of type JSONRPCException.CODE
JSONRPCException(JSONRPCException.CODE code)
           
JSONRPCException(JSONRPCException.CODE code, String description)
           
 



Copyright © 2013 Almende BV. All Rights Reserved.