MCPcopy Create free account
hub / github.com/apache/impala / RPCException

Class RPCException

shell/impala_shell/shell_exceptions.py:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18
19class RPCException(Exception):
20 def __init__(self, value="", exception_type=""):
21 self.value = value
22 self.exception_type = exception_type
23
24 def __str__(self):
25 return self.value
26
27
28class QueryStateException(Exception):

Callers 8

close_dmlMethod · 0.90
_do_hs2_rpcMethod · 0.90
_check_hs2_rpc_statusMethod · 0.90
_open_sessionMethod · 0.90
execute_queryMethod · 0.90
fetchMethod · 0.90
close_dmlMethod · 0.90
_do_beeswax_rpcMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected