Interface HttpRemoteTransactionMessages

    • Method Detail

      • operationInterrupted

        @Message(id=1,
                 value="The protocol operation was interrupted locally")
        SystemException operationInterrupted()
      • rollbackOnlyRollback

        @Message(id=2,
                 value="Rollback-only transaction rolled back")
        RollbackException rollbackOnlyRollback()
      • invalidTxnState

        @Message(id=3,
                 value="Invalid transaction state")
        IllegalStateException invalidTxnState()
      • interruptedXA

        @Message(id=4,
                 value="Transaction operation failed due to thread interruption")
        XAException interruptedXA​(@Field
                                  int errorCode)