| Exception | Description |
|---|---|
| AuthenticationException |
Indicates that the authentication of a certain client failed.
|
| BeforePublishSendException |
This exception is used to signal in the
BeforePublishSendCallback that the PUBLISH should not be sent. |
| BrokerUnableToStartException |
Indicates that the broker is unable to start because some preconditions
for a safe startup are not satisfied.
|
| IllegalBrokerStateException |
Indicates that the broker should stop immediately because something in its current
state prevents a safe operation.
|
| InvalidSubscriptionException |
An exception which can be thrown when one or more subscriptions
in the
SUBSCRIBE message was invalid |
| InvalidTTLException |
An exception which is thrown when the time to live was invalid (< -1).
|
| LimitExceededException |
Unchecked Exception which is thrown when a limit is exceeded by a passed parameter
|
| OnPublishReceivedException |
This exception can be thrown when a PUBLISH arrives but the PUBLISH is invalid.
|
| RefusedConnectionException |
An exception which can be used to refuse a
CONNECT
MQTT message and send (+ disconnect) the client with a CONNACK
including a specific ReturnCode |
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.