Class 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 Details

    • IndexesNotReadyException

      public IndexesNotReadyException()
    • IndexesNotReadyException

      public IndexesNotReadyException​(String message)