RTI Connext Modern C++ API Version 7.6.0

Thrown when an unknown exception occurs in the Service. More...

#include <Exception.hpp>

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

Public Member Functions

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

Detailed Description

Thrown when an unknown exception occurs in the Service.

Inherits also from std::logic_error

Member Function Documentation

◆ what()

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

Access the message contained in this RemoteUnknownExceptionError exception.

Returns
The message.

Implements dds::core::Exception.