RTI Connext Modern C++ API Version 7.6.0

Thrown when the Service runs out of resources to fulfill a Client's operation. More...

#include <Exception.hpp>

Inheritance diagram for dds::rpc::RemoteOutOfResourcesError:
dds::core::Exception

Public Member Functions

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

Detailed Description

Thrown when the Service runs out of resources to fulfill a Client's operation.

Inherits also from std::logic_error

Member Function Documentation

◆ what()

virtual const char * dds::rpc::RemoteOutOfResourcesError::what ( ) const
inlinevirtualnoexcept

Access the message contained in this RemoteOutOfResourcesError exception.

Returns
The message.

Implements dds::core::Exception.