StompAckException constructor

const StompAckException(
  1. String message, [
  2. String? messageId,
  3. Object? cause
])

Implementation

const StompAckException(super.message, [this.messageId, super.cause]);