public class FeatureNotAvailableException extends CouchbaseException
| Constructor and Description |
|---|
FeatureNotAvailableException(String message) |
FeatureNotAvailableException(String message,
Throwable cause) |
FeatureNotAvailableException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static FeatureNotAvailableException |
clusterLevelQuery(ServiceType serviceType) |
static FeatureNotAvailableException |
collections() |
static FeatureNotAvailableException |
collectionsForMemcached() |
static FeatureNotAvailableException |
communityEdition(String feature) |
static FeatureNotAvailableException |
queryPreserveExpiry() |
static CouchbaseException |
queryUseReplica(String message) |
static FeatureNotAvailableException |
rangeScan() |
static FeatureNotAvailableException |
scopeLevelQuery(ServiceType serviceType) |
static CouchbaseException |
subdocReadReplica() |
context, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FeatureNotAvailableException(String message)
public FeatureNotAvailableException(Throwable cause)
public static FeatureNotAvailableException clusterLevelQuery(ServiceType serviceType)
public static FeatureNotAvailableException scopeLevelQuery(ServiceType serviceType)
public static FeatureNotAvailableException queryPreserveExpiry()
public static FeatureNotAvailableException collections()
public static FeatureNotAvailableException collectionsForMemcached()
public static FeatureNotAvailableException communityEdition(String feature)
public static FeatureNotAvailableException rangeScan()
public static CouchbaseException queryUseReplica(String message)
public static CouchbaseException subdocReadReplica()
Copyright © 2024 Couchbase, Inc.. All rights reserved.