jdbcURI + ". " + e.getMessage();
throw new SQLException(msg, " 08S01", e);
}
try {
transport = new THttpClient(getServerHttpUrl(useSsl), httpClient);
}
catch (TTransportException e) {
String msg = "Could not create http connection to " +
jdbcURI + ". " + e.getMessage();
throw new SQLException(msg, " 08S01", e);