MqttIdentifierRejectedException Class
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - com.
microsoft. azure. sdk. iot. device. exceptions. DeviceClientException - com.
microsoft. azure. sdk. iot. device. exceptions. TransportException - com.
microsoft. azure. sdk. iot. device. exceptions. ProtocolException - com.
microsoft. azure. sdk. iot. device. transport. mqtt. exceptions. MqttIdentifierRejectedException
- com.
- com.
- com.
- com.
- java.
- java.
public class MqttIdentifierRejectedException
extends ProtocolException
This exception is thrown when an MQTT Connection Return code of 0x02 is encountered when opening an MQTT connection MQTT Connect Return Code Documentation
Constructor Summary
Methods inherited from TransportException
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Constructor Details
MqttIdentifierRejectedException
public MqttIdentifierRejectedException()
MqttIdentifierRejectedException
public MqttIdentifierRejectedException(String message)
Parameters:
MqttIdentifierRejectedException
public MqttIdentifierRejectedException(String message, Throwable cause)
Parameters:
MqttIdentifierRejectedException
public MqttIdentifierRejectedException(Throwable cause)
Parameters: