Paho C++
1.0
The Paho MQTT C++ Client Library
|
Declaration of MQTT exception class. More...
#include "MQTTAsync.h"
#include "mqtt/types.h"
#include <vector>
#include <memory>
#include <exception>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | mqtt::exception |
Base mqtt::exception. More... | |
class | mqtt::persistence_exception |
This exception is thrown by the implementor of the persistence interface if there is a problem reading or writing persistent data. More... | |
class | mqtt::security_exception |
Thrown when a client is not authorized to perform an operation, or if there is a problem with the security configuration. More... | |
Declaration of MQTT exception class.