• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision2591 (tree)
Time2023-09-14 19:44:05
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/fwRest/src/main/java/online/jpa/provider/DbcpConnectionProvider.java (revision 2590)
+++ trunk/framework/fwRest/src/main/java/online/jpa/provider/DbcpConnectionProvider.java (revision 2591)
@@ -78,7 +78,7 @@
7878 // Log pool statistics before continuing.
7979 logStatistics();
8080
81- } catch (final Exception e) {
81+ } catch (final SQLException e) {
8282 final var message = "Could not create a DBCP pool";
8383 LOGGER.error(message, e);
8484 if (this.ds != null) {