Class TaskIdFormatException

All Implemented Interfaces:
Serializable

public class TaskIdFormatException
extends StreamsException
Indicates a run time error incurred while trying parse the task id from the read string.
See Also:
StreamTask, Serialized Form
  • Constructor Details

    • TaskIdFormatException

      public TaskIdFormatException​(String message)
    • TaskIdFormatException

      public TaskIdFormatException​(String message, Throwable throwable)
    • TaskIdFormatException

      public TaskIdFormatException​(Throwable throwable)