]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/database/DatabaseConnection.java
stash!
[gigi.git] / 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();
         }