Package com.couchbase.client.java.error
Class IndexesNotReadyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.core.CouchbaseException
com.couchbase.client.java.error.IndexesNotReadyException
- All Implemented Interfaces:
Serializable
@Committed @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.- Since:
- 2.2
- Author:
- Simon Baslé
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description IndexesNotReadyException()
IndexesNotReadyException(String message)
-
Method Summary
Methods inherited from class com.couchbase.client.core.CouchbaseException
details, details, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IndexesNotReadyException
public IndexesNotReadyException() -
IndexesNotReadyException
-