RTI Connext Modern C++ API Version 7.3.0
dds::core::NotAllowedBySecurityError Class Reference

Indicates that an operation on the DDS API fails because the security plugins do not allow it. More...

#include <Exception.hpp>

Inheritance diagram for dds::core::NotAllowedBySecurityError:
dds::core::Exception

Public Member Functions

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

Detailed Description

Indicates that an operation on the DDS API fails because the security plugins do not allow it.

Inherits also from std::logic_error

An operation on the DDS API that fails because the security plugins do not allow it.

Member Function Documentation

◆ what()

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

Access the message contained in this NotAllowedBySecurityError exception.

Returns
The message.

Implements dds::core::Exception.