Searched refs:JSONRPCException (Results 1 – 8 of 8) 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:
89 self.mock_afe.run.side_effect = rpc_proxy.JSONRPCException('some error')
87 raiselist = (ImportError, error.RPCException, proxy.JSONRPCException,
1031 except (error.RPCException, proxy.JSONRPCException):1248 except (error.RPCException, proxy.JSONRPCException) as e:
32 proxy.JSONRPCException: 'JSONRPCException',
149 except proxy.JSONRPCException as e:
118 history.exception = proxy.JSONRPCException('exception for testing')