Class RowTooBigException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RowTooBigException

@Public public class RowTooBigException extends DoNotRetryRegionException
Gets or Scans throw this exception if running without in-row scan flag set and row size appears to exceed max configured size (configurable via hbase.table.max.rowsize).
See Also: