public class StreamsException
extends org.apache.kafka.common.KafkaException
StreamsException is the top-level exception type generated by Kafka Streams.| Constructor and Description |
|---|
StreamsException(java.lang.String message) |
StreamsException(java.lang.String message,
java.lang.Throwable throwable) |
StreamsException(java.lang.Throwable throwable) |