| Revision | 210 (tree) |
|---|---|
| Time | 2016-01-22 20:10:36 |
| Author | t_nakayama1971 |
(empty log message)
| @@ -127,8 +127,8 @@ | ||
| 127 | 127 | } catch (final PhysicalException ex) { |
| 128 | 128 | LogManager.getLogger().info(ex.getMessage()); |
| 129 | 129 | exitCode = Batch.RET_FAILED; |
| 130 | - } catch (final SQLException th) { | |
| 131 | - ThrowableUtil.error(th); | |
| 130 | + } catch (final SQLException t) { | |
| 131 | + ThrowableUtil.error(t); | |
| 132 | 132 | exitCode = Batch.RET_FAILED; |
| 133 | 133 | } finally { |
| 134 | 134 | this.bp.getBatch().printResult(); |