@InterfaceStability.Experimental @InterfaceAudience.Private public class IndexesNotReadyException extends CouchbaseException
An exception used to denote that a particular set of secondary N1QL indexes are not in a “online” state.
Mainly used internally for the purpose of BucketManager.watchN1qlIndexes(List, long, TimeUnit) and related methods.
| Constructor and Description |
|---|
IndexesNotReadyException() |
IndexesNotReadyException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IndexesNotReadyException()
public IndexesNotReadyException(String message)
Copyright © 2015 Couchbase, Inc.