Serialized Form


Package org.apache.kafka.clients.producer

Class org.apache.kafka.clients.producer.BufferExhaustedException extends KafkaException implements Serializable

serialVersionUID: 1L


Package org.apache.kafka.common

Class org.apache.kafka.common.KafkaException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package org.apache.kafka.common.errors

Class org.apache.kafka.common.errors.ApiException extends KafkaException implements Serializable

serialVersionUID: 1L

Class org.apache.kafka.common.errors.CorruptRecordException extends RetriableException implements Serializable

serialVersionUID: 1L

Class org.apache.kafka.common.errors.InvalidMetadataException extends RetriableException implements Serializable

serialVersionUID: 1L

Class org.apache.kafka.common.errors.InvalidTopicException extends ApiException implements Serializable

serialVersionUID: 1L

Class org.apache.kafka.common.errors.LeaderNotAvailableException extends InvalidMetadataException implements Serializable

serialVersionUID: 1L

Class org.apache.kafka.common.errors.NetworkException extends InvalidMetadataException implements Serializable

serialVersionUID: 1L

Class org.apache.kafka.common.errors.NotEnoughReplicasAfterAppendException extends RetriableException implements Serializable

serialVersionUID: 1L

Class org.apache.kafka.common.errors.NotEnoughReplicasException extends RetriableException implements Serializable

serialVersionUID: 1L

Class org.apache.kafka.common.errors.NotLeaderForPartitionException extends InvalidMetadataException implements Serializable

serialVersionUID: 1L

Class org.apache.kafka.common.errors.OffsetMetadataTooLarge extends ApiException implements Serializable

serialVersionUID: 1L

Class org.apache.kafka.common.errors.OffsetOutOfRangeException extends RetriableException implements Serializable

serialVersionUID: 1L

Class org.apache.kafka.common.errors.RecordBatchTooLargeException extends ApiException implements Serializable

serialVersionUID: 1L

Class org.apache.kafka.common.errors.RecordTooLargeException extends ApiException implements Serializable

serialVersionUID: 1L

Class org.apache.kafka.common.errors.RetriableException extends ApiException implements Serializable

serialVersionUID: 1L

Class org.apache.kafka.common.errors.SerializationException extends KafkaException implements Serializable

serialVersionUID: 1L

Class org.apache.kafka.common.errors.TimeoutException extends RetriableException implements Serializable

serialVersionUID: 1L

Class org.apache.kafka.common.errors.UnknownServerException extends ApiException implements Serializable

serialVersionUID: 1L

Class org.apache.kafka.common.errors.UnknownTopicOrPartitionException extends RetriableException implements Serializable

serialVersionUID: 1L