Package oracle.nosql.driver
Class TableBusyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.nosql.driver.NoSQLException
oracle.nosql.driver.RetryableException
oracle.nosql.driver.TableBusyException
- All Implemented Interfaces:
Serializable
Deprecated.
this class is no longer used
An exception that is thrown when a table operation fails because the
table is in use or busy. Only one modification operation at a time is
allowed on a table.
- See Also:
-
Method Summary
Methods inherited from class oracle.nosql.driver.RetryableException
okToRetry
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString