Package org.apache.kafka.common
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
,ConnectException
,InterruptException
,InvalidOffsetException
,QuotaViolationException
,SerializationException
,StreamsException
,WakeupException
The base class of all other Kafka exceptions
- See Also:
-
Constructor Summary
ConstructorDescriptionKafkaException
(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()
-