Uses of Class
oracle.nosql.driver.NoSQLException
Package
Description
Contains the public API for using the Oracle NoSQL Database
as well as configuration and common parameter classes used in
database operations.
This package contains classes that are specific to using the driver
on-premises and not applicable to the Cloud Service.
-
Uses of NoSQLException in oracle.nosql.driver
Modifier and TypeClassDescriptionclass
Cloud service only.class
Cloud service only.class
Cloud service only.class
The operation attempted to create an index for a table but the named index already exists.class
Cloud service only.class
The operation attempted to access a index that does not exist or is not in a visible state.class
The exception is thrown if the application presents an invalid authorization string in a request.class
An exception indicating a problem parsing JSON.class
Cloud service only.class
The operation attempted is not supported.class
Cloud service only.class
Cloud service only.class
Cloud service only.class
Thrown when a request cannot be processed because the configured timeout interval is exceeded.class
The operation attempted to create a resource but it already exists.class
Cloud service only.class
The operation attempted to access a resource that does not exist or is not in a visible state.class
A base exception for all exceptions that may be retried with a reasonable expectation that they may succeed on retry.class
Cloud service only.class
Cloud service only.class
An exception that is thrown when there is an internal system problem.class
Deprecated.this class is no longer usedclass
The operation attempted to create a table but the named table already exists.class
Cloud service only.class
The operation attempted to access a table that does not exist or is not in a visible state.class
Cloud service only.class
An exception indicating a table size limit has been exceeded by writing more data than the table can support.class
Cloud service only.class
The exception is thrown if an application does not have sufficient permission to perform a request.class
This exception is thrown if the server does not support the current driver protocol version.class
This exception is thrown if the server does not support the current query protocol version.class
Cloud service only. -
Uses of NoSQLException in oracle.nosql.driver.kv