public ClusterConnectionImpl(String connectString) {
try {
clusterConnection = NdbClusterConnection.create(connectString);
} catch (NdbApiException ndbApiException) {
throw new ClusterJDatastoreException(local.message("ERR_Datastore"),
ndbApiException);
}
}