Class NoSuchClientIdException

  • All Implemented Interfaces:
    Serializable

    public class NoSuchClientIdException
    extends Exception
    This exception is used to signal that a given MQTT ClientId is unknown to the broker in the given context.
    Since:
    4.0.0, CE 2019.1
    See Also:
    Serialized Form
    • Constructor Detail

      • NoSuchClientIdException

        public NoSuchClientIdException​(@NotNull String clientId,
                                       boolean fillInStacktrace)
        Creates a new NoSuchClientException.
        Parameters:
        clientId - The not available MQTT ClientId.
        fillInStacktrace - Whether the created exception should fill in a stacktrace
        Since:
        4.0.0, CE 2019.1
      • NoSuchClientIdException

        public NoSuchClientIdException​(@NotNull String clientId)
        Creates a new NoSuchClientException that will not contain a stacktrace.
        Parameters:
        clientId - The not available MQTT ClientId.
        Since:
        4.0.0, CE 2019.1