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