Class MqttUnacceptableProtocolVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.swiftmq.impl.mqtt.v311.netty.handler.codec.CodecException
com.swiftmq.impl.mqtt.v311.netty.handler.codec.DecoderException
com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt.MqttUnacceptableProtocolVersionException
- All Implemented Interfaces:
Serializable
A
MqttUnacceptableProtocolVersionException
which is thrown when
a CONNECT request contains unacceptable protocol version.- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new instanceCreates a new instanceMqttUnacceptableProtocolVersionException
(String message, Throwable cause) Creates a new instanceCreates 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 Details
-
MqttUnacceptableProtocolVersionException
public MqttUnacceptableProtocolVersionException()Creates a new instance -
MqttUnacceptableProtocolVersionException
Creates a new instance -
MqttUnacceptableProtocolVersionException
Creates a new instance -
MqttUnacceptableProtocolVersionException
Creates a new instance
-