throw e;
}
catch (ClientRuntimeException e) {
String msg = String.format("%s\nMake sure your server is running.", e.getMessage());
Log.error ("Error creating connection -> " + e.getLocalizedMessage());
setConnection(new FaultedConnection(connSpec, msg));
}
Log.debug ("%s: Using %s", this.getClass().getSimpleName(), conn);
return conn;
}