Class ActiveTransactionRecordFull

  • All Implemented Interfaces:
    java.io.Serializable

    public class ActiveTransactionRecordFull
    extends com.couchbase.client.core.error.CouchbaseException
    This should not retry transactions. If an ATR is full then either the cleanup process has failed, or is unable to keep up with the workload. Retrying transactions is simply going to add to the problem.
    See Also:
    Serialized Form
    • 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
      • Methods inherited from class java.lang.Object

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

      • ActiveTransactionRecordFull

        public ActiveTransactionRecordFull​(AttemptContextReactive ctx,
                                           java.lang.Throwable cause)
      • ActiveTransactionRecordFull

        public ActiveTransactionRecordFull​(AttemptContextReactive ctx,
                                           java.lang.String err)