Package oracle.kv

Class ReadThroughputException

All Implemented Interfaces:
Serializable, oracle.kv.impl.util.FastExternalizable

public class ReadThroughputException extends ThroughputLimitException
Thrown when a read operation cannot be completed because the read throughput rate limit has been exceeded. If the throughput was associated with a table the table name returned by getTableName will be non-null. When this exception is thrown, the caller can assume that the associated operation was not performed and that there were no side effects.
Since:
19.3
See Also: