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();
|
st = connection.createStatement();
|
||||||
} catch (SQLException e)
|
} catch (SQLException e)
|
||||||
{
|
{
|
||||||
|
e.printStackTrace();
|
||||||
System.out.println("No Connection!");
|
System.out.println("No Connection!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user