Class TopologyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.apache.kafka.streams.errors.StreamsException
org.apache.kafka.streams.errors.TopologyException
All Implemented Interfaces:
Serializable

public class TopologyException extends StreamsException
Indicates a pre run time error occurred while parsing the logical topology to construct the physical processor topology.
See Also:
  • Constructor Details

    • TopologyException

      public TopologyException(String message)
    • TopologyException

      public TopologyException(String message, Throwable throwable)
    • TopologyException

      public TopologyException(Throwable throwable)