RTI Connext Modern C++ API  Version 5.3.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
dds::core::NotAllowedBySecError 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::NotAllowedBySecError:
dds::core::Exception

Public Member Functions

virtual const char * what () const throw ()
 Access the message contained in this NotAllowedBySecError 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::NotAllowedBySecError::what ( ) const throw ()
virtual

Access the message contained in this NotAllowedBySecError exception.

Returns
The message.

Implements dds::core::Exception.


RTI Connext Modern C++ API Version 5.3.0 Copyright © Sun Jun 25 2017 Real-Time Innovations, Inc