@InterfaceStability.Experimental @InterfaceAudience.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)
.
Constructor and Description |
---|
IndexAlreadyExistsException() |
IndexAlreadyExistsException(String message) |
IndexAlreadyExistsException(String message,
Throwable cause) |
IndexAlreadyExistsException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015 Couchbase, Inc.