} catch (NucleusException ne) {
throw ne;
} catch (Exception e) {
throw new NucleusException(e.getMessage(), e);
} finally {
mconn.release();
}
}
private QueryCompilation newDummyQueryCompilation() {
return new QueryCompilation(getCandidateClass(), null, null, null, null, null, null, null, null, null);