public class DocumentConcurrentlyModifiedException extends CouchbaseException
Exception indicating that the document which is observed has been modified in the meantime.
Constructor and Description |
---|
DocumentConcurrentlyModifiedException() |
DocumentConcurrentlyModifiedException(String message) |
DocumentConcurrentlyModifiedException(String message,
Throwable cause) |
DocumentConcurrentlyModifiedException(Throwable cause) |
details, details, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DocumentConcurrentlyModifiedException()
public DocumentConcurrentlyModifiedException(String message)
public DocumentConcurrentlyModifiedException(String message, Throwable cause)
public DocumentConcurrentlyModifiedException(Throwable cause)
Copyright © 2017 Couchbase, Inc.. All rights reserved.