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:
  • Constructor Details

    • TaskIdFormatException

      public TaskIdFormatException(String message)
    • TaskIdFormatException

      public TaskIdFormatException(String message, Throwable throwable)
    • TaskIdFormatException

      public TaskIdFormatException(Throwable throwable)