Package org.mpi_sws.jmc.runtime
Class TaskNotExists
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mpi_sws.jmc.runtime.TaskNotExists
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionTaskNotExists(Long threadId) Constructs a new TaskNotExists exception with the specified thread ID. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TaskNotExists
Constructs a new TaskNotExists exception with the specified thread ID.- Parameters:
threadId- the ID of the thread for which the task does not exist
-