Paho C++  1.0
The Paho MQTT C++ Client Library
 All Classes Files Functions Variables Typedefs Friends
exception.h File Reference

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...
 

Detailed Description

Declaration of MQTT exception class.

Date
May 1, 2013
Author
Frank Pagliughi