public class TemporaryLockFailureException
extends com.couchbase.client.core.CouchbaseException
Thrown when the server reports a temporary failure and it is very likely to be lock-related (like an already locked key or a bad cas used for unlock).
This is exception is very likely retryable.
See this issue for a explanation of why this is only likely to be lock-related.
Constructor and Description |
---|
TemporaryLockFailureException() |
TemporaryLockFailureException(String message) |
TemporaryLockFailureException(String message,
Throwable cause) |
TemporaryLockFailureException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2014 Couchbase, Inc.