RTI Connext Modern C++ API Version 7.2.0
|
Indicates that RTI Connext ran out of the resources needed to complete the operation. More...
#include <Exception.hpp>
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... | |
Indicates that RTI Connext ran out of the resources needed to complete the operation.
Inherits also from std::runtime_error
|
virtual |
Access the message contained in this OutOfResourcesError exception.
Implements dds::core::Exception.