Class CollectionDoesNotExistException

  • All Implemented Interfaces:
    Serializable

    public class CollectionDoesNotExistException
    extends CouchbaseException
    This exception is raised when collections are enabled, but the given collection name (or combination of scope and collection) does not exist.
    Since:
    2.0.0
    See Also:
    Serialized Form
    • Constructor Detail

      • CollectionDoesNotExistException

        public CollectionDoesNotExistException()
      • CollectionDoesNotExistException

        public CollectionDoesNotExistException​(String message)
      • CollectionDoesNotExistException

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

        public CollectionDoesNotExistException​(Throwable cause)
      • CollectionDoesNotExistException

        public CollectionDoesNotExistException​(String message,
                                               Throwable cause,
                                               boolean enableSuppression,
                                               boolean writableStackTrace)