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