diff --git a/src/de/steamwar/bungeecore/sql/Statement.java b/src/de/steamwar/bungeecore/sql/Statement.java index 7530c421..a216c89d 100644 --- a/src/de/steamwar/bungeecore/sql/Statement.java +++ b/src/de/steamwar/bungeecore/sql/Statement.java @@ -50,7 +50,7 @@ public class Statement implements AutoCloseable { config = ConfigurationProvider.getProvider(YamlConfiguration.class).load(file); } catch (IOException e) { ProxyServer.getInstance().stop(); - throw new SecurityException("", e); + throw new SecurityException("Could not load SQL connection", e); } URL = "jdbc:mysql://" + config.getString("HOST") + ":" + config.getString("PORT") + "/" + config.getString("DATABASE");