Home
last modified time | relevance | path

Searched refs:JSONRPCException (Results 1 – 8 of 8) sorted by relevance

/external/autotest/frontend/afe/json_rpc/
Dproxy.py54 class JSONRPCException(Exception): class
58 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(
/external/autotest/server/hosts/
Dafe_store.py42 except rpc_proxy.JSONRPCException as e:
87 except rpc_proxy.JSONRPCException as e:
102 except rpc_proxy.JSONRPCException as e:
Dafe_store_unittest.py89 self.mock_afe.run.side_effect = rpc_proxy.JSONRPCException('some error')
/external/autotest/server/cros/dynamic_suite/
Dfrontend_wrappers.py87 raiselist = (ImportError, error.RPCException, proxy.JSONRPCException,
Dsuite.py1031 except (error.RPCException, proxy.JSONRPCException):
1248 except (error.RPCException, proxy.JSONRPCException) as e:
/external/autotest/site_utils/
Drpc_flight_recorder.py32 proxy.JSONRPCException: 'JSONRPCException',
Dlab_inventory.py149 except proxy.JSONRPCException as e:
Dlab_inventory_unittest.py118 history.exception = proxy.JSONRPCException('exception for testing')