Package com.couchbase.client.core.error
Class DurableWriteInProgressException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.couchbase.client.core.error.CouchbaseException
-
- com.couchbase.client.core.error.DurableWriteInProgressException
-
- All Implemented Interfaces:
RetryableOperationException
,Serializable
public class DurableWriteInProgressException extends CouchbaseException implements RetryableOperationException
Returned if an attempt is made to mutate a key which already has a durable write pending.- Since:
- 2.0.0
- Author:
- Graham Pople
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DurableWriteInProgressException()
DurableWriteInProgressException(String message)
DurableWriteInProgressException(String message, Throwable cause)
DurableWriteInProgressException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DurableWriteInProgressException
public DurableWriteInProgressException()
-
DurableWriteInProgressException
public DurableWriteInProgressException(String message)
-
DurableWriteInProgressException
public DurableWriteInProgressException(String message, Throwable cause)
-
DurableWriteInProgressException
public DurableWriteInProgressException(Throwable cause)
-
-