Package org.apache.kafka.streams.errors
Class StreamsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.kafka.common.KafkaException
-
- org.apache.kafka.streams.errors.StreamsException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BrokerNotFoundException
,InternalStreamNotExistException
,InvalidStateStoreException
,LockException
,ProcessorStateException
,TaskAssignmentException
,TaskCorruptedException
,TaskIdFormatException
,TaskMigratedException
,TopologyException
public class StreamsException extends org.apache.kafka.common.KafkaException
StreamsException
is the top-level exception type generated by Kafka Streams.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamsException(java.lang.String message)
StreamsException(java.lang.String message, java.lang.Throwable throwable)
StreamsException(java.lang.Throwable throwable)
-