Database Handler Error Message on Connection Failed
This commit is contained in:
Binary file not shown.
@@ -40,6 +40,7 @@ public class DataBaseHandler
|
||||
st = connection.createStatement();
|
||||
} catch (SQLException e)
|
||||
{
|
||||
e.printStackTrace();
|
||||
System.out.println("No Connection!");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user