RTI Connext Modern C++ API Version 7.3.0
rti::queuing::NoMatchingQueueException Class Reference

The entity lost matching with all the Queuing Service. More...

#include <QueueSupport.hpp>

Inheritance diagram for rti::queuing::NoMatchingQueueException:
dds::core::Exception

Public Member Functions

const char * what () const throw ()
 Access the message contained in this NoMatchingQueueException exception. More...
 
virtual const char * what () const =0 throw ()
 Get a description of the error. More...
 

Detailed Description

The entity lost matching with all the Queuing Service.

Only operations related with sending samples or waiting for acknowledgements can throw this exception.

Member Function Documentation

◆ what()

const char * rti::queuing::NoMatchingQueueException::what ( ) const
throw (
)
inlinevirtual

Access the message contained in this NoMatchingQueueException exception.

Returns
The message.

Implements dds::core::Exception.