Class CodecException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.swiftmq.impl.mqtt.v311.netty.handler.codec.CodecException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DecoderException

public class CodecException extends RuntimeException
An Exception which is thrown by a codec.
See Also:
  • Constructor Details

    • CodecException

      public CodecException()
      Creates a new instance.
    • CodecException

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

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

      public CodecException(Throwable cause)
      Creates a new instance.