public class UnsupportedCouchbaseFeatureException extends InvalidDataAccessApiUsageException
NonTransientDataAccessException that denotes that a particular feature is expected on the server side but
is not available.| Constructor and Description |
|---|
UnsupportedCouchbaseFeatureException(String msg,
com.couchbase.client.core.service.ServiceType feature) |
UnsupportedCouchbaseFeatureException(String msg,
com.couchbase.client.core.service.ServiceType feature,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
com.couchbase.client.core.service.ServiceType |
getFeature() |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedCouchbaseFeatureException(String msg, com.couchbase.client.core.service.ServiceType feature)
public com.couchbase.client.core.service.ServiceType getFeature()
ServiceType that was missing (could be null if not a registered CouchbaseFeature, in which case
see NestedRuntimeException.getMessage()).Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.