Class ConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.apache.kafka.common.config.ConfigException
- All Implemented Interfaces:
Serializable
Thrown if the user supplies an invalid configuration
- See Also:
Constructor Summary
ConstructorsConstructorDescriptionConfigException(String message) ConfigException(String name, Object value) ConfigException(String name, Object value, String message) Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Constructor Details
ConfigException
ConfigException
ConfigException