4647484950515253
private synchronized void reconnect() throws DBConnectionException { try { this.connect(); this.postConnect(); } catch(SQLException e) { throw new DBConnectionException(e); } }