ORA-17275
ResultSet exhausted because cursor reached the limit set by Statement.setMaxRows()
Cause
An attempt is being made to fetch the next rows on a ResultSet, but the cursor reached the limit set by Statement.setMaxRows().
Action
Ensure that the setMaxRows() limit is set to an appropriate value before fetching more rows.