Package com.couchbase.client.core.error
Class QuotaLimitedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.core.error.CouchbaseException
com.couchbase.client.core.error.QuotaLimitedException
- All Implemented Interfaces:
Serializable
This error is raised if the operation failed due to hitting a quota-limit on the server side.
Note that this quota-limit might be implicitly configured if you are using Couchbase Capella (for example when using the free tier). See the error context with the exception for further information on the exact cause and check the documentation for potential remedy.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.couchbase.client.core.error.CouchbaseException
context, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QuotaLimitedException
-