Class ReadThrottlingException

All Implemented Interfaces:
Serializable

public class ReadThrottlingException extends ThrottlingException
Cloud service only.

This exception indicates that the provisioned read throughput has been exceeded.

Operations resulting in this exception can be retried but it is recommended that callers use a delay before retrying in order to minimize the chance that a retry will also be throttled. Applications should attempt to avoid throttling exceptions by rate limiting themselves to the degree possible.

Retries and behavior related to throttling can be managed by configuring the default retry handler using NoSQLHandleConfig.configureDefaultRetryHandler(int, int) or by implementing a RetryHandler and using NoSQLHandleConfig.setRetryHandler(oracle.nosql.driver.RetryHandler).

See Also: