if (jpaService == null) {
throw new CommandException(ErrorCode.E0610);
}
try {
actionBean = jpaService.execute(new CoordActionGetForTimeoutJPAExecutor(actionBean.getId()));
}
catch (JPAExecutorException e) {
throw new CommandException(e);
}
LogUtils.setLogInfo(actionBean, logInfo);