Uses of Class
oracle.kv.FastExternalizableException
Packages that use FastExternalizableException
Package
Description
This package contains the public API for using Oracle NoSQL Database.
The KVLargeObject interface defines the operations used to read and write
Large Objects (LOBs) such as audio and video files.
Provides the classes used to define a Subscription to all logical changes
(table row puts and deletes) made to a NoSQL store.
-
Uses of FastExternalizableException in oracle.kv
Subclasses of FastExternalizableException in oracle.kvModifier and TypeClassDescriptionclassThis exception is thrown if an application passes invalid credentials to a KVStore authentication operation.classThis exception is thrown when a secured operation is attempted and the client is not currently authenticated.classThrown when an attempt is made to exceeded a table's child limit.classThrown when a single or multiple-operation transaction fails because the specifiedConsistencycould not be met, within the allowed timeout period.classThrown when write operations cannot be initiated because a quorum of Replicas as determined by theDurability.ReplicaAckPolicywas not available.classUsed to indicate an error condition that cannot normally be handled by the caller of the method, except by retrying the operation.classThrown when an attempt is made to exceeded a table's index limit.classThe common abstract base class of KVStore security-related exceptions.classThe exception is thrown when an expected piece of metadata is not found.classAn exception thrown when a prepared query is executed and the query must be re-prepared by the application before it can be executed.classThrown when a read operation cannot be completed because the read throughput rate limit has been exceeded.classThrown when a request cannot be processed because it would exceed the maximum number of active requests for a node as configured viaKVStoreConfig.setRequestLimit(oracle.kv.RequestLimitConfig).classThrown when a request cannot be processed because the configured timeout interval is exceeded.classA common exception base class for exceptions related to resource usage.classThrown when the server is unable to handle a request because of resource constraints.classThrown when a KVStore instance is no longer valid.classThrown when an operation to a table cannot be completed due to limits on write and possibly read access.classThrown when write operations cannot be completed because a partition size limit has been exceeded.classThrown when write operations cannot be completed because a table size limit has been exceeded.classThrown when read or write operations cannot be completed because a throughput rate limit has been exceeded.classThis exception is thrown from methods where an authenticated user is attempting to perform an operation for which they are not authorized.classThrown when a write operation cannot be completed because the write throughput rate limit has been exceeded. -
Uses of FastExternalizableException in oracle.kv.lob
Subclasses of FastExternalizableException in oracle.kv.lobModifier and TypeClassDescriptionclassThrown whenKVLargeObject.getLOB(oracle.kv.Key, oracle.kv.Consistency, long, java.util.concurrent.TimeUnit)is invoked on a partial LOB. -
Uses of FastExternalizableException in oracle.kv.pubsub
Subclasses of FastExternalizableException in oracle.kv.pubsubModifier and TypeClassDescriptionclassException that will be raised when NoSQL Publisher cannot be created due to errors, or experiences irrecoverable errors and must be closed.classException used to indicate that the logs on at least one shard were insufficient for the purposes of the stream.