Class InvalidCursorStateSqlException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class InvalidCursorStateSqlException extends JdbcApiSqlException
SQLException for invalid-cursor-state conditions, e.g., calling a column accessor method before calling
invalid reference
ResultSet#next()
or after
invalid reference
ResultSet#next()
returns false.
See Also: