(Object msgId)
| 133 | } |
| 134 | |
| 135 | @Override |
| 136 | public void fail(Object msgId) { |
| 137 | this.sendSyncCommand("fail", msgId); |
| 138 | } |
| 139 | |
| 140 | private void sendSyncCommand(String command, Object msgId) { |
| 141 | if (exception != null) { |
nothing calls this directly
no test coverage detected