Class DocumentAlreadyExistsException

All Implemented Interfaces:
Serializable

public class DocumentAlreadyExistsException
extends CouchbaseException
Raised when the document already exists and an insert operation is used..
Since:
2.0
Author:
Michael Nitschinger
See Also:
Serialized Form
  • Constructor Details

    • DocumentAlreadyExistsException

      public DocumentAlreadyExistsException()
    • DocumentAlreadyExistsException

      public DocumentAlreadyExistsException​(String message)
    • DocumentAlreadyExistsException

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

      public DocumentAlreadyExistsException​(Throwable cause)