RTI Connext Modern C++ API Version 7.3.0
dds::core::OutOfResourcesError Class Reference

Indicates that RTI Connext ran out of the resources needed to complete the operation. More...

#include <Exception.hpp>

Inheritance diagram for dds::core::OutOfResourcesError:
dds::core::Exception

Public Member Functions

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

Detailed Description

Indicates that RTI Connext ran out of the resources needed to complete the operation.

Inherits also from std::runtime_error

Member Function Documentation

◆ what()

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

Access the message contained in this OutOfResourcesError exception.

Returns
The message.

Implements dds::core::Exception.