RTI Connext Modern C++ API
Version 5.3.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 NotAllowedBySecError exception. | |
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 NotAllowedBySecError exception.
Implements dds::core::Exception.