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:
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 Summary
Constructors Constructor Description StreamsException(String message)
StreamsException(String message, Throwable throwable)
StreamsException(Throwable throwable)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StreamsException
-
StreamsException
-
StreamsException
-