524525526527528529530531532533534
} catch (DatabaseException ex) { throw new NoDataException(ex.getMessage(), ex); } finally { cve.close(); } if (cpe.numDocs() <= 0) { cpe.close(); throw new NoDataException("No documents exist"); } } }