Class BrokerDetectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
io.confluent.license.kafka.BrokerDetectionException
All Implemented Interfaces:
Serializable

public class BrokerDetectionException extends org.apache.kafka.common.KafkaException
Exception thrown when there's an error during broker detection.
See Also:
  • Constructor Details

    • BrokerDetectionException

      public BrokerDetectionException(String message)
    • BrokerDetectionException

      public BrokerDetectionException(String message, Throwable cause)