RTI Connext Modern C++ API
Version 6.1.1
|
Indicates that an operation on the DDS API fails because the security plugins do not allow it. More...
#include <Exception.hpp>
Public Member Functions | |
virtual const char * | what () const throw () |
Access the message contained in this NotAllowedBySecurityError exception. More... | |
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.
|
virtual |
Access the message contained in this NotAllowedBySecurityError exception.
Implements dds::core::Exception.