RTI Connext Modern C++ API Version 7.2.0
dds::rpc::RemoteUnknownOperationError Class Reference

Thrown when a Client calls an operation that doesn't exist in the Service. More...

#include <Exception.hpp>

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

Public Member Functions

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

Detailed Description

Thrown when a Client calls an operation that doesn't exist in the Service.

Inherits also from std::logic_error

Member Function Documentation

◆ what()

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

Access the message contained in this RemoteUnknownOperationError exception.

Returns
The message.

Implements dds::core::Exception.