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 Summary
ConstructorsConstructorDescriptionTaskIdFormatException(String message) TaskIdFormatException(String message, Throwable throwable) TaskIdFormatException(Throwable throwable)  - 
Method Summary
Methods inherited from class org.apache.kafka.streams.errors.StreamsException
setTaskId, taskIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
TaskIdFormatException
 - 
TaskIdFormatException
 - 
TaskIdFormatException
 
 -