Class TableSizeException

All Implemented Interfaces:
Serializable

public class TableSizeException extends NoSQLException
An exception indicating a table size limit has been exceeded by writing more data than the table can support. This exception is not retryable because the conditions that lead to it being thrown, while potentially transient, typically require user intervention.
See Also: