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

Method getException

src/GetResultOrException.java:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 public Exception getException() {
50 return this.exception;
51 }
52
53 public String toString() {
54 StringBuilder sb = new StringBuilder();

Callers 5

testFailureMethod · 0.80
decodeMethod · 0.80
deserializeMethod · 0.80
deserializeMethod · 0.80

Calls

no outgoing calls

Tested by 2

testFailureMethod · 0.64