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

Method make

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

Source from the content-addressed store, hash-verified

52 }
53
54 @Override
55 NoSuchColumnFamilyException make(final Object msg, final HBaseRpc rpc) {
56 if (msg == this || msg instanceof NoSuchColumnFamilyException) {
57 final NoSuchColumnFamilyException e = (NoSuchColumnFamilyException) msg;
58 return new NoSuchColumnFamilyException(e.getMessage(), rpc);
59 }
60 return new NoSuchColumnFamilyException(msg.toString(), rpc);
61 }
62
63 private static final long serialVersionUID = 1280993542;
64

Callers

nothing calls this directly

Calls 2

getMessageMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected