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

Method badResponse

src/RegionClient.java:1988–1991  ·  view source on GitHub ↗

Throws an exception with the given error message.

(final String errmsg)

Source from the content-addressed store, hash-verified

1986
1987 /** Throws an exception with the given error message. */
1988 private static void badResponse(final String errmsg) {
1989 LOG.error(errmsg);
1990 throw new InvalidResponseException(errmsg, null);
1991 }
1992
1993 /**
1994 * Decodes the response of an RPC and triggers its {@link Deferred}.

Callers 3

parseResultMethod · 0.95
parseResultsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected