Class DocumentDoesNotExistException

  • All Implemented Interfaces:
    Serializable

    public class DocumentDoesNotExistException
    extends CouchbaseException
    Raised when the document does not exist and a replace operation is used..
    Since:
    2.0
    Author:
    Michael Nitschinger
    See Also:
    Serialized Form
    • Constructor Detail

      • DocumentDoesNotExistException

        public DocumentDoesNotExistException()
      • DocumentDoesNotExistException

        public DocumentDoesNotExistException​(String message)
      • DocumentDoesNotExistException

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

        public DocumentDoesNotExistException​(Throwable cause)