Class DecoderException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MqttIdentifierRejectedException, MqttUnacceptableProtocolVersionException

public class DecoderException extends CodecException
An CodecException which is thrown by a decoder.
See Also:
  • Constructor Details

    • DecoderException

      public DecoderException()
      Creates a new instance.
    • DecoderException

      public DecoderException(String message, Throwable cause)
      Creates a new instance.
    • DecoderException

      public DecoderException(String message)
      Creates a new instance.
    • DecoderException

      public DecoderException(Throwable cause)
      Creates a new instance.