RTI Connext Modern C++ API  Version 6.1.0
dds::core::TimeoutError Class Reference

Indicates that an operation has timed out. More...

#include <Exception.hpp>

Inheritance diagram for dds::core::TimeoutError:
dds::core::Exception

Public Member Functions

virtual const char * what () const throw ()
 Access the message contained in this TimeoutError exception. More...
 

Detailed Description

Indicates that an operation has timed out.

Inherits also from std::runtime_error

Member Function Documentation

◆ what()

virtual const char* dds::core::TimeoutError::what ( ) const
throw (
)
virtual

Access the message contained in this TimeoutError exception.

Returns
The message.

Implements dds::core::Exception.