StompAuthenticationException constructor

const StompAuthenticationException(
  1. String message, [
  2. Object? cause
])

Implementation

const StompAuthenticationException(super.message, [super.cause]);