676869707172737475
try { Connection con = createJDBCConnection(); con.close(); } catch (Exception e) { throw new ServerConnectionException("Connection test failed", e); } }