]> WPIA git - gigi.git/commitdiff
stash!
authorFelix Dörre <felix@dogcraft.de>
Fri, 25 Aug 2017 16:47:19 +0000 (18:47 +0200)
committerFelix Dörre <felix@dogcraft.de>
Thu, 31 Aug 2017 22:54:34 +0000 (00:54 +0200)
Change-Id: I9f5cccafcdab4baaaa3f68f7cf0d99134ff0b0cd

src/club/wpia/gigi/database/DatabaseConnection.java

index 3f0acd8a4fc2c41252867d1d3433834327d7862f..6c6040691eb50b65b44211a50055c0065fc26fdd 100644 (file)
@@ -286,6 +286,9 @@ public class DatabaseConnection {
             }
         } catch (SQLException e) {
             e.printStackTrace();
+            if (e.getNextException() != null) {
+                e.getNextException().printStackTrace();
+            }
         } catch (IOException e) {
             e.printStackTrace();
         }