/* 252 */ JDBCUtil.safeClose(ps);
/* 253 */ JDBCUtil.safeClose(con);
/* */
/* 255 */ log.error("Finder failed: " + e.getMessage(), e);
/* 256 */ FinderException fe = new FinderException(e.getMessage());
/* 257 */ fe.initCause(e);
/* 258 */ throw fe;
/* */ }
/* */
/* 261 */ Collection result = collectionStrategy.readResultSet(con, ps, rs, limit, count, factory);
/* */