Package oracle.kv
Class ResourceLimitException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- oracle.kv.FastExternalizableException
 - 
- oracle.kv.FaultException
 - 
- oracle.kv.ResourceLimitException
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable,oracle.kv.impl.util.FastExternalizable
- Direct Known Subclasses:
 ChildTableLimitException,IndexKeySizeLimitException,IndexLimitException,ServerResourceLimitException,TableAccessException,TableSizeLimitException,ThroughputLimitException
public abstract class ResourceLimitException extends FaultException
A common exception base class for exceptions related to resource usage. In general resource limits are associated with a table. In that case the table name returned by getTableName will be non-null.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedResourceLimitException(String tableName, String msg)Constructs an instance ofResourceLimitExceptionwith the specified table name and detail message. 
- 
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 
 - 
 
 -