Class ResourceLimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.nosql.driver.NoSQLException
oracle.nosql.driver.ResourceLimitException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BatchOperationNumberLimitException, DeploymentException, EvolutionLimitException, IndexLimitException, KeySizeLimitException, RequestSizeLimitException, RowSizeLimitException, TableLimitException
Cloud service only.
This is a base class for exceptions that result from reaching a limit for a particular resource, such as number of tables, indexes, or a size limit on data. It is never thrown directly.
- See Also:
-
Method Summary
Methods inherited from class NoSQLException
okToRetryMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString