(final Exception e)
| 321 | */ |
| 322 | class ErrorCb implements Callback<Object, Exception> { |
| 323 | @Override |
| 324 | public Object call(final Exception e) throws Exception { |
| 325 | LOG.error("Multi get threw an exception: " + this, e); |
| 326 | MulGetCB.this.get_exception = e; |
| 327 | close(false); |
| 328 | return null; |
| 329 | } |
| 330 | } |
| 331 | |
| 332 | public Object fetch() { |