Package oracle.kv

Class ResourceLimitException

All Implemented Interfaces:
Serializable, oracle.kv.impl.util.FastExternalizable
Direct Known Subclasses:
ChildTableLimitException, 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. When a subclass of this exception is thrown, the caller can assume that the associated operation was not performed and that there were no side effects.
See Also:
  • Constructor Details

    • ResourceLimitException

      protected ResourceLimitException(String tableName, String msg)
      Constructs an instance of ResourceLimitException with the specified table name and detail message.
      Parameters:
      tableName - the table name or null
      msg - the detail message