Searched refs:JSONRPCException (Results 1 – 5 of 5) sorted by relevance
50 class JSONRPCException(Exception): class53 class ValidationError(JSONRPCException):81 for cls in JSONRPCException.__subclasses__():88 return JSONRPCException(error_message)111 raise JSONRPCException('Error decoding JSON reponse:\n' + respdata)
57 blacklist = (ImportError, error.RPCException, proxy.JSONRPCException,
867 except (error.RPCException, proxy.JSONRPCException) as e:
92 comm.expect_call(op, **dargs).and_raises(proxy.JSONRPCException(expected))
1510 error.RPCException, proxy.JSONRPCException) as e:1615 except proxy.JSONRPCException as e: