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 ResultSet#next() or after ResultSet#next() returns false.
See Also: