Class DocumentNotLockedException

All Implemented Interfaces:
Serializable

public class DocumentNotLockedException extends CouchbaseException
Thrown when the server reports the document is already locked - generally raised when an unlocking operation is being performed.
Since:
3.5.1
See Also:
  • Constructor Details

    • DocumentNotLockedException

      public DocumentNotLockedException(KeyValueErrorContext ctx)
    • DocumentNotLockedException

      public DocumentNotLockedException(ErrorContext ctx)