MqttUnauthorizedException 类
定义
This exception is thrown when an MQTT Connection Return code of 0x05 is encountered when opening an MQTT connection
public class MqttUnauthorizedException extends ProtocolException
- 继承
-
java.lang.ObjectExceptionMqttUnauthorizedException
继承成员
DeviceClientException.DeviceClientException()
DeviceClientException.DeviceClientException(String message)
DeviceClientException.DeviceClientException(String message, Throwable cause)
DeviceClientException.DeviceClientException(Throwable cause)
DeviceClientException.DeviceClientException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
TransportException.getIotHubService()
TransportException.iotHubService
TransportException.isRetryable
TransportException.isRetryable()
ProtocolException.ProtocolException()
ProtocolException.ProtocolException(String message)
ProtocolException.ProtocolException(String message, Throwable cause)
ProtocolException.ProtocolException(Throwable cause)
TransportException.setIotHubService(IotHubService iotHubService)
TransportException.setRetryable(boolean isRetryable)
TransportException.TransportException()
TransportException.TransportException(String message)
TransportException.TransportException(String message, Throwable cause)
TransportException.TransportException(Throwable cause)
构造函数
MqttUnauthorizedException() | |
MqttUnauthorizedException(String message) | |
MqttUnauthorizedException(String message, Throwable cause) | |
MqttUnauthorizedException(Throwable cause) |