Class ResourceLimitException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BatchOperationNumberLimitException, DeploymentException, EvolutionLimitException, IndexLimitException, KeySizeLimitException, RequestSizeLimitException, RowSizeLimitException, TableLimitException

public class ResourceLimitException extends NoSQLException
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: