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

Method make

src/RegionTooBusyException.java:47–54  ·  view source on GitHub ↗
(final Object msg, final HBaseRpc rpc)

Source from the content-addressed store, hash-verified

45 }
46
47 @Override
48 RegionTooBusyException make(final Object msg, final HBaseRpc rpc) {
49 if (msg == this || msg instanceof RegionTooBusyException) {
50 final RegionTooBusyException e = (RegionTooBusyException) msg;
51 return new RegionTooBusyException(e.getMessage(), rpc);
52 }
53 return new RegionTooBusyException(msg.toString(), rpc);
54 }
55
56 private static final long serialVersionUID = 314159265319912017L;
57}

Callers

nothing calls this directly

Calls 2

getMessageMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected