Class OutOfOrderScannerNextException

All Implemented Interfaces:
Serializable

Thrown by a RegionServer while doing next() calls on a ResultScanner. Both client and server maintain a nextCallSeq and if they do not match, RS will throw this exception.
See Also: