Class IndexAlreadyExistsException

All Implemented Interfaces:
Serializable

@Committed
@Public
public class IndexAlreadyExistsException
extends CouchbaseException
An exception indicating that an index already exists, for instance when trying to create one using BucketManager.createN1qlIndex(String, List, Expression, boolean, boolean).
Since:
2.2
Author:
Simon Baslé
See Also:
Serialized Form
  • Constructor Details

    • IndexAlreadyExistsException

      public IndexAlreadyExistsException()
    • IndexAlreadyExistsException

      public IndexAlreadyExistsException​(String message)
    • IndexAlreadyExistsException

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

      public IndexAlreadyExistsException​(Throwable cause)