RTI Connext Modern C++ API  Version 6.1.1
dds::core::ImmutablePolicyError Class Reference

Indicates that the application attempted to modify an immutable QoS policy. More...

#include <Exception.hpp>

Inheritance diagram for dds::core::ImmutablePolicyError:
dds::core::Exception

Public Member Functions

virtual const char * what () const throw ()
 Access the message contained in this ImmutablePolicyError exception. More...
 

Detailed Description

Indicates that the application attempted to modify an immutable QoS policy.

Inherits also from std::logic_error

Member Function Documentation

◆ what()

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

Access the message contained in this ImmutablePolicyError exception.

Returns
The message.

Implements dds::core::Exception.