LostReceiptException
class LostReceiptException(val receiptId: String, val configuredTimeout: Duration, val frame: StompFrame) : Exception(source)
An exception thrown when a RECEIPT frame was expected from the server, but not received in the configured time limit.