Package io.netty.handler.codec.mqtt
Class MqttIdentifierRejectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.netty.handler.codec.CodecException
-
- io.netty.handler.codec.DecoderException
-
- io.netty.handler.codec.mqtt.MqttIdentifierRejectedException
-
- All Implemented Interfaces:
java.io.Serializable
public final class MqttIdentifierRejectedException extends DecoderException
AMqttIdentifierRejectedException
which is thrown when a CONNECT request contains invalid client identifier.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MqttIdentifierRejectedException()
Creates a new instanceMqttIdentifierRejectedException(java.lang.String message)
Creates a new instanceMqttIdentifierRejectedException(java.lang.String message, java.lang.Throwable cause)
Creates a new instanceMqttIdentifierRejectedException(java.lang.Throwable cause)
Creates a new instance
-
-
-
Constructor Detail
-
MqttIdentifierRejectedException
public MqttIdentifierRejectedException()
Creates a new instance
-
MqttIdentifierRejectedException
public MqttIdentifierRejectedException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance
-
MqttIdentifierRejectedException
public MqttIdentifierRejectedException(java.lang.String message)
Creates a new instance
-
MqttIdentifierRejectedException
public MqttIdentifierRejectedException(java.lang.Throwable cause)
Creates a new instance
-
-