Class ForwardCompatibilityFailure

  • All Implemented Interfaces:
    java.io.Serializable

    public class ForwardCompatibilityFailure
    extends java.lang.RuntimeException
    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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ForwardCompatibilityFailure

        public ForwardCompatibilityFailure()