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:
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(String message)
Creates a new instanceMqttIdentifierRejectedException(String message, Throwable cause)
Creates a new instanceMqttIdentifierRejectedException(Throwable cause)
Creates a new instance
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MqttIdentifierRejectedException
public MqttIdentifierRejectedException()
Creates a new instance
-
MqttIdentifierRejectedException
public MqttIdentifierRejectedException(String message, Throwable cause)
Creates a new instance
-
MqttIdentifierRejectedException
public MqttIdentifierRejectedException(String message)
Creates a new instance
-
MqttIdentifierRejectedException
public MqttIdentifierRejectedException(Throwable cause)
Creates a new instance
-
-