Class ClassNotFoundDeserializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.apache.kafka.common.errors.SerializationException
io.github.productboardlabs.kafka.serializers.ClassNotFoundDeserializationException
All Implemented Interfaces:
Serializable

public class ClassNotFoundDeserializationException extends org.apache.kafka.common.errors.SerializationException
Thrown when the class to be deserialized to can not be found.
See Also: