| Revision | 2591 (tree) |
|---|---|
| Time | 2023-09-14 19:44:05 |
| Author | t_nakayama1971 |
(empty log message)
| @@ -78,7 +78,7 @@ | ||
| 78 | 78 | // Log pool statistics before continuing. |
| 79 | 79 | logStatistics(); |
| 80 | 80 | |
| 81 | - } catch (final Exception e) { | |
| 81 | + } catch (final SQLException e) { | |
| 82 | 82 | final var message = "Could not create a DBCP pool"; |
| 83 | 83 | LOGGER.error(message, e); |
| 84 | 84 | if (this.ds != null) { |