public final class MqttIdentifierRejectedException extends DecoderException
MqttIdentifierRejectedException
which is thrown when a CONNECT request contains invalid client identifier.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
MqttIdentifierRejectedException()
Creates a new instance
|
MqttIdentifierRejectedException(java.lang.String message)
Creates a new instance
|
MqttIdentifierRejectedException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance
|
MqttIdentifierRejectedException(java.lang.Throwable cause)
Creates a new instance
|
private static final long serialVersionUID
public MqttIdentifierRejectedException()
public MqttIdentifierRejectedException(java.lang.String message, java.lang.Throwable cause)
public MqttIdentifierRejectedException(java.lang.String message)
public MqttIdentifierRejectedException(java.lang.Throwable cause)