throw new NucleusDataStoreException(sqle.getMessage());
}
}
}
};
NucleusConnection nc = new NucleusConnectionImpl(mc.getConnection(), closeRunnable);
// Return own implementation of JDOConnection since we need to implement JDBC Connection too as per the spec
return new JDOConnectionImpl(nc);
}