Class DeploymentLimitException
Cloud Service/Cloud Simulator only. The exception that is thrown when
supplied table limits exceed the maximum allowed.
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public class DeploymentLimitException : NoSQLException
Remarks
This exception is thrown when an attempt has been made to create or
modify a table using limits that exceed the maximum allowed for a
single table or that cause the tenant's aggregate resources to exceed
the maximum allowed for a tenant. These are system-defined limits.
Constructors
| Name | Description |
|---|---|
| DeploymentLimitException() | Initializes a new instance of DeploymentLimitException. |
| DeploymentLimitException(String) | Initializes a new instance of DeploymentLimitException with the message that describes the current exception. |
| DeploymentLimitException(String, Exception) | Initializes a new instance of DeploymentLimitException with the message that describes the current exception and an inner exception. |