Class KafkaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ApiException,CommitFailedException,ConfigException,InterruptException,InvalidOffsetException,JwtRetrieverException,JwtValidatorException,QuotaViolationException,SecretsLogFailedException,SerializationException,WakeupException
The base class of all other Kafka exceptions
- See Also:
Constructor Summary
ConstructorsConstructorDescriptionKafkaException(String message) KafkaException(String message, Throwable cause) KafkaException(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
KafkaException
KafkaException
KafkaException
KafkaException
public KafkaException()