Class ForwardCompatibilityFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.core.error.CouchbaseException
com.couchbase.client.core.error.transaction.ForwardCompatibilityFailureException
- All Implemented Interfaces:
Serializable
This transaction has been prevented from interacting with documents or metadata owned by another transaction,
due to compatibility issues. The interaction has been prevented in order to prevent data loss or corruption.
This error is usually caused by running incompatible transaction clients concurrently, and the solution is to upgrade the older clients.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.couchbase.client.core.error.CouchbaseException
context, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ForwardCompatibilityFailureException
public ForwardCompatibilityFailureException()
-