MqttIdentifierRejectedException Class
- java.
lang. Object - Exception
- TransportException
- ProtocolException
- com.
microsoft. azure. sdk. iot. device. transport. mqtt. exceptions. MqttIdentifierRejectedException
- com.
public class MqttIdentifierRejectedException extends ProtocolException
This exception is thrown when an MQTT Connection Return code of 0x02 is encountered when opening an MQTT connection
Constructor Summary
Inherited Members
TransportException.isRetryable
TransportException.isRetryable()
ProtocolException.ProtocolException()
ProtocolException.ProtocolException(String message)
ProtocolException.ProtocolException(String message, Throwable cause)
ProtocolException.ProtocolException(Throwable cause)
TransportException.setRetryable(boolean isRetryable)
TransportException.toIotHubClientException()
TransportException.TransportException()
TransportException.TransportException(String message)
TransportException.TransportException(String message, Throwable cause)
TransportException.TransportException(Throwable cause)
Constructor Details
MqttIdentifierRejectedException
public MqttIdentifierRejectedException()
MqttIdentifierRejectedException
public MqttIdentifierRejectedException(String message)
Parameters:
message
MqttIdentifierRejectedException
public MqttIdentifierRejectedException(String message, Throwable cause)
Parameters:
message
cause
MqttIdentifierRejectedException
public MqttIdentifierRejectedException(Throwable cause)
Parameters:
cause
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java