Class DecoderException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MqttIdentifierRejectedException
,MqttUnacceptableProtocolVersionException
An
CodecException
which is thrown by a decoder.- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new instance.DecoderException
(String message) Creates a new instance.DecoderException
(String message, Throwable cause) Creates a new instance.DecoderException
(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 Details
-
DecoderException
public DecoderException()Creates a new instance. -
DecoderException
Creates a new instance. -
DecoderException
Creates a new instance. -
DecoderException
Creates a new instance.
-