199200201202203204205
createTable(); } @Override public void onFailure(Throwable e) { throw new TaskExecutionException(CreateTableTask.this, e); }
5960616263646566676869
doStart(result); } @Override public void onFailure(@Nonnull Throwable t) { throw new TaskExecutionException(AbstractChainedTask.this, t); } }); } else { doStart(ImmutableList.<TaskResult>of()); }