Package org.apache.kafka.streams.errors
Class TaskIdFormatException
- 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.TaskIdFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class TaskIdFormatException extends StreamsException
Indicates a run time error incurred while trying parse thetask id
from the read string.- See Also:
StreamTask
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskIdFormatException(java.lang.String message)
TaskIdFormatException(java.lang.String message, java.lang.Throwable throwable)
TaskIdFormatException(java.lang.Throwable throwable)
-