Class StreamsException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BrokerNotFoundException, InvalidStateStoreException, LockException, MissingSourceTopicException, ProcessorStateException, TaskAssignmentException, TaskCorruptedException, TaskIdFormatException, TaskMigratedException, TopologyException

public class StreamsException
extends KafkaException
StreamsException is the top-level exception type generated by Kafka Streams.
See Also:
Serialized Form
  • Constructor Details

    • StreamsException

      public StreamsException​(String message)
    • StreamsException

      public StreamsException​(String message, Throwable throwable)
    • StreamsException

      public StreamsException​(Throwable throwable)