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
public class KafkaException extends RuntimeException
The base class of all other Kafka exceptions
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description KafkaException()
KafkaException(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()
-