Package com.couchbase.client.core.error
Class FeatureNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.core.error.CouchbaseException
com.couchbase.client.core.error.FeatureNotAvailableException
- All Implemented Interfaces:
Serializable
public class FeatureNotAvailableException extends CouchbaseException
Exception which states that the feature is not available for the bucket.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FeatureNotAvailableException(String message)FeatureNotAvailableException(String message, Throwable cause)FeatureNotAvailableException(Throwable cause) -
Method Summary
Modifier and Type Method Description static FeatureNotAvailableExceptionclusterLevelQuery(ServiceType serviceType)static FeatureNotAvailableExceptioncollections()Methods inherited from class com.couchbase.client.core.error.CouchbaseException
context, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
FeatureNotAvailableException
-
FeatureNotAvailableException
-
FeatureNotAvailableException
-
-
Method Details
-
clusterLevelQuery
-
collections
-