RTI Connext Modern C++ API Version 7.2.0
|
Indicates that an operation has timed out. More...
#include <Exception.hpp>
Public Member Functions | |
virtual const char * | what () const throw () |
Access the message contained in this TimeoutError exception. More... | |
virtual const char * | what () const =0 throw () |
Get a description of the error. More... | |
Indicates that an operation has timed out.
Inherits also from std::runtime_error
|
virtual |
Access the message contained in this TimeoutError exception.
Implements dds::core::Exception.