Class IllegalOperationError
Defined in File Exception.hpp
Inheritance Relationships
Base Types
public dds::core::Exception
(Class Exception)public std::logic_error
Class Documentation
-
class IllegalOperationError : public dds::core::Exception, public std::logic_error
Exception: An operation was invoked on an inappropriate object or at an inappropriate time.
This is determined by policies set by the specification or the Service implementation.
There is no precondition that could be changed to make the operation succeed.