Package org.apache.kafka.common.config
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 SummaryConstructorsConstructorDescriptionConfigException(String message) ConfigException(String name, Object value) ConfigException(String name, Object value, String message) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ConfigException
- 
ConfigException
- 
ConfigException
 
-