Class TransactionExpired

  • All Implemented Interfaces:
    java.io.Serializable

    public class TransactionExpired
    extends TransactionFailed
    The transaction could not be fully completed in the configured timeout. It is in an undefined state, but it unambiguously did not reach the commit point. No actors will be able to see the contents of this transaction.
    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

      • TransactionExpired

        public TransactionExpired​(TransactionResult result,
                                  java.lang.String msg)
      • TransactionExpired

        public TransactionExpired​(java.lang.Throwable cause,
                                  TransactionResult result,
                                  java.lang.String msg)