Searched refs:JSONRPCException (Results 1 – 11 of 11) sorted by relevance
54 class JSONRPCException(Exception): class58 class ValidationError(JSONRPCException):87 for cls in JSONRPCException.__subclasses__():94 return JSONRPCException(error_message)141 raise JSONRPCException('Error decoding JSON reponse:\n' + respdata)206 raise JSONRPCException('RPC blocked by uberproxy. Have your run '209 raise JSONRPCException(
42 except rpc_proxy.JSONRPCException as e:87 except rpc_proxy.JSONRPCException as e:102 except rpc_proxy.JSONRPCException as e:
83 self.mock_afe.run.side_effect = rpc_proxy.JSONRPCException('some error')
145 and_raises(proxy.JSONRPCException(expected)))
87 blacklist = (ImportError, error.RPCException, proxy.JSONRPCException,
1026 except (error.RPCException, proxy.JSONRPCException):1243 except (error.RPCException, proxy.JSONRPCException) as e:
31 proxy.JSONRPCException: 'JSONRPCException',
1759 error.RPCException, proxy.JSONRPCException) as e:1924 except proxy.JSONRPCException:
149 except proxy.JSONRPCException as e:
118 history.exception = proxy.JSONRPCException('exception for testing')
409 except proxy.JSONRPCException as e: