Class TaskNotExists

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mpi_sws.jmc.runtime.TaskNotExists
All Implemented Interfaces:
Serializable

public class TaskNotExists extends Exception
Exception thrown when a task does not exist.

This exception indicates that an operation was attempted on a task that is not found in the system, typically due to an invalid thread ID.

See Also:
  • Constructor Details

    • TaskNotExists

      public TaskNotExists(Long threadId)
      Constructs a new TaskNotExists exception with the specified thread ID.
      Parameters:
      threadId - the ID of the thread for which the task does not exist