java.sql.SQLException : After end of result set

I am getting the following error message in my JSP log file,i am using MySql java.sql.SQLException : After end of result setwhat cause that exception any bug in the MySql driver?Thanks in advance.
[231 byte] By [saamera] at [2007-11-27 2:24:39]
# 1
What is the error and block of code that generates the error? It is most probably something you aren't checking for.
kmangolda at 2007-7-12 2:31:55 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
Most likely you're trying to page through the resultset while it is already paged and ended.
BalusCa at 2007-7-12 2:31:55 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...