Package io.confluent.license.kafka
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 Summary
ConstructorsConstructorDescriptionBrokerDetectionException(String message) BrokerDetectionException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BrokerDetectionException
-
BrokerDetectionException
-