Interface HttpRemoteTransactionMessages

All Superinterfaces:
BasicLogger
All Known Implementing Classes:
HttpRemoteTransactionMessages_$logger

@MessageLogger(projectCode="TXNWFHTTP") public interface HttpRemoteTransactionMessages extends BasicLogger
Author:
Stuart Douglas
  • Field Details

  • Method Details

    • 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)