Package oracle.nosql.driver
Class TableSizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.nosql.driver.NoSQLException
oracle.nosql.driver.TableSizeException
- All Implemented Interfaces:
Serializable
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:
-
Method Summary
Methods inherited from class oracle.nosql.driver.NoSQLException
okToRetry
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString