Database Handler Error Message on Connection Failed

This commit is contained in:
brausjonas
2023-05-14 16:39:46 +02:00
parent 301f976cb9
commit ad025c07fb
2 changed files with 1 additions and 0 deletions
@@ -40,6 +40,7 @@ public class DataBaseHandler
st = connection.createStatement();
} catch (SQLException e)
{
e.printStackTrace();
System.out.println("No Connection!");
}
}