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
Indicates a run time error incurred while trying parse the 
task id
 from the read string.- See Also:
- 
- StreamTask
- Serialized Form
 
- 
Constructor SummaryConstructorsConstructorDescriptionTaskIdFormatException(String message) TaskIdFormatException(String message, Throwable throwable) TaskIdFormatException(Throwable throwable) 
- 
Method SummaryMethods inherited from class org.apache.kafka.streams.errors.StreamsExceptionsetTaskId, taskIdMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
TaskIdFormatException
- 
TaskIdFormatException
- 
TaskIdFormatException
 
-