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 Link icon

    • TaskIdFormatException Link icon

      public TaskIdFormatException(String message)
    • TaskIdFormatException Link icon

      public TaskIdFormatException(String message, Throwable throwable)
    • TaskIdFormatException Link icon

      public TaskIdFormatException(Throwable throwable)