StompTransactionException constructor

const StompTransactionException(
  1. String message, [
  2. String? transactionId,
  3. Object? cause
])

Implementation

const StompTransactionException(super.message, [this.transactionId, super.cause]);