Class DocumentLockedException

All Implemented Interfaces:
Serializable

public class DocumentLockedException extends CouchbaseException
Thrown when the server reports a temporary failure that is very likely to be lock-related (like an already locked key or a bad cas used for unlock).

See this issue for an explanation of why this is only likely to be lock-related.

Since:
3.0
See Also:
  • Constructor Details