Documentation

Exceptions

Interfaces, Classes, Traits and Enums

ClientNotConnectedToBrokerException
Exception to be thrown if an MQTT client is not connected to a broker and tries to perform an action which requires a connection (e.g. publish or subscribe).
ConfigurationInvalidException
Exception to be thrown if an MQTT client has been misconfigured or wrong connection settings are being used.
ConnectingToBrokerFailedException
Exception to be thrown if an MQTT client could not connect to the broker.
DataTransferException
Exception to be thrown if an MQTT client encountered an error while transferring data.
InvalidMessageException
Exception to be thrown if an MQTT client encounters an invalid message.
MqttClientException
Exception to be thrown if an MQTT client error occurs.
PendingMessageAlreadyExistsException
Exception to be thrown if a pending message with the same packet identifier is still pending.
PendingMessageNotFoundException
Exception to be thrown if a pending message with the same packet identifier is not found.
ProtocolNotSupportedException
Exception to be thrown if an invalid MQTT version is given.
ProtocolViolationException
Exception to be thrown if an MQTT client encountered a protocol violation.
RepositoryException
Exception to be thrown if an MQTT client repository encounters an error.

Search results