public class DocumentAlreadyExistsException extends CouchbaseException
Raised when the document already exists and an insert operation is used..
Constructor and Description |
---|
DocumentAlreadyExistsException() |
DocumentAlreadyExistsException(String message) |
DocumentAlreadyExistsException(String message,
Throwable cause) |
DocumentAlreadyExistsException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DocumentAlreadyExistsException()
public DocumentAlreadyExistsException(String message)
public DocumentAlreadyExistsException(String message, Throwable cause)
public DocumentAlreadyExistsException(Throwable cause)
Copyright © 2015 Couchbase, Inc.