RTI Connext Modern C++ API  Version 6.0.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
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.
 

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

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.


RTI Connext Modern C++ API Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc