Class ForwardCompatibilityFailureException

All Implemented Interfaces:
Serializable

public class ForwardCompatibilityFailureException extends CouchbaseException
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 Details

    • ForwardCompatibilityFailureException

      public ForwardCompatibilityFailureException()