Class IndexDoesNotExistException

All Implemented Interfaces:
Serializable

@Committed
@Public
public class IndexDoesNotExistException
extends CouchbaseException
An exception indicating that an index does not exist, for instance when trying to delete one using BucketManager.dropN1qlIndex(String, boolean).
Since:
2.2
Author:
Simon Baslé
See Also:
Serialized Form
  • Constructor Details

    • IndexDoesNotExistException

      public IndexDoesNotExistException()
    • IndexDoesNotExistException

      public IndexDoesNotExistException​(String message)
    • IndexDoesNotExistException

      public IndexDoesNotExistException​(String message, Throwable cause)
    • IndexDoesNotExistException

      public IndexDoesNotExistException​(Throwable cause)