Uses of Class
cz.eman.jsonrpc.shared.bo.Error

Packages that use Error
cz.eman.jsonrpc.shared.bo   
 

Uses of Error in cz.eman.jsonrpc.shared.bo
 

Methods in cz.eman.jsonrpc.shared.bo that return Error
 Error JsonRpcErrorResponse.getError()
           
 

Methods in cz.eman.jsonrpc.shared.bo with parameters of type Error
 void JsonRpcErrorResponse.setError(Error error)