Class MqttIdentifierRejectedException

  • All Implemented Interfaces:
    Serializable

    public final class MqttIdentifierRejectedException
    extends io.netty.handler.codec.DecoderException
    A MqttIdentifierRejectedException which is thrown when a CONNECT request contains invalid client identifier, will topic name, or username, or when a PUBLISH message contains an invalid topic name.
    See Also:
    Serialized Form
    • 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