Class TransactionIDNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TransactionIDNotFoundException
    extends TransactionException
    This exception is used when a transaction ID suddenly disappeared when trying to update its state. This usually means that the ID was duplicated one way or another (ie: illegal branch joins in the case of XA and XID transaction ID) and the state was cleaned up somewhere earlier.
    Author:
    Ludovic Orban
    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

      • TransactionIDNotFoundException

        public TransactionIDNotFoundException​(java.lang.String message)
        Constructor