Class MySQLInvalidatedRangeException

Thrown when attempting to use a range that's been invalidated. In particular, when using a ResultRange after a new command has been issued on the same connection.

class MySQLInvalidatedRangeException
  : MySQLException ;

Constructors

NameDescription
this