public class DocumentDoesNotExistException
extends com.couchbase.client.core.CouchbaseException
Raised when the document does not exist and a replace operation is used..
Constructor and Description |
---|
DocumentDoesNotExistException() |
DocumentDoesNotExistException(java.lang.String message) |
DocumentDoesNotExistException(java.lang.String message,
java.lang.Throwable cause) |
DocumentDoesNotExistException(java.lang.Throwable cause) |
public DocumentDoesNotExistException()
public DocumentDoesNotExistException(java.lang.String message)
public DocumentDoesNotExistException(java.lang.String message, java.lang.Throwable cause)
public DocumentDoesNotExistException(java.lang.Throwable cause)