MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / getType

Method getType

src/RemoteException.java:50–52  ·  view source on GitHub ↗

Returns the name of the class of the remote exception.

()

Source from the content-addressed store, hash-verified

48 * Returns the name of the class of the remote exception.
49 */
50 public String getType() {
51 return type;
52 }
53
54 @Override
55 RemoteException make(final Object msg, final HBaseRpc rpc) {

Callers 1

makeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected