Package oracle.kv
Class ThroughputLimitException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- oracle.kv.FastExternalizableException
 - 
- oracle.kv.FaultException
 - 
- oracle.kv.ResourceLimitException
 - 
- oracle.kv.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.- See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
- 
Methods inherited from class oracle.kv.FaultException
getFaultClassName, getRemoteStackTrace, toString, wasLoggedRemotely 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace 
 - 
 
 -