/* 256 */ JDBCUtil.safeClose(ps);
/* 257 */ JDBCUtil.safeClose(con);
/* */
/* 259 */ log.error("Find failed", e);
/* 260 */ FinderException fe = new FinderException("Find failed: " + e);
/* 261 */ fe.initCause(e);
/* 262 */ throw fe;
/* */ }
/* */
/* 265 */ return this.collectionFactory.createCollection(con, ps, rs, limit, count, selectEntity, selectField, selectFunction, selectManager, onFindCMRList, eagerLoadMask, factory);
/* */ }