Package oracle.nosql.driver
Class IndexExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- oracle.nosql.driver.NoSQLException
-
- oracle.nosql.driver.ResourceExistsException
-
- oracle.nosql.driver.IndexExistsException
-
- All Implemented Interfaces:
java.io.Serializable
public class IndexExistsException extends ResourceExistsException
The operation attempted to create an index for a table but the named index already exists.- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class oracle.nosql.driver.NoSQLException
okToRetry
-
-