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:
java.io.Serializable
@Deprecated public class TableBusyException extends RetryableException
Deprecated.this class is no longer usedAn 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableBusyException(java.lang.String msg)
Deprecated.
-
Method Summary
-
Methods inherited from class oracle.nosql.driver.RetryableException
okToRetry
-
-