public class CollectionsNotAvailableException extends CouchbaseException
Make sure to distinguish this exception from CollectionDoesNotExistException
which
is raised if collections are available, but the specific request collection does not exist.
Constructor and Description |
---|
CollectionsNotAvailableException() |
CollectionsNotAvailableException(String message) |
CollectionsNotAvailableException(String message,
Throwable cause) |
CollectionsNotAvailableException(Throwable cause) |
context, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public CollectionsNotAvailableException()
public CollectionsNotAvailableException(String message)
public CollectionsNotAvailableException(String message, Throwable cause)
public CollectionsNotAvailableException(Throwable cause)
Copyright © 2020 Couchbase, Inc.. All rights reserved.