Package oracle.kv

Class ThroughputLimitException

  • All Implemented Interfaces:
    Serializable, oracle.kv.impl.util.FastExternalizable
    Direct Known Subclasses:
    ReadThroughputException, WriteThroughputException

    public class ThroughputLimitException
    extends ResourceLimitException
    Thrown when read or write operations cannot be completed because a throughput rate limit has been exceeded. The exception may be due to limits on read or write throughout, or both. 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.
    See Also:
    Serialized Form