Package org.mpi_sws.jmc.runtime
Class TaskAlreadyPaused
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mpi_sws.jmc.runtime.TaskAlreadyPaused
- All Implemented Interfaces:
Serializable
Exception thrown when a task is already paused.
This exception indicates that an operation was attempted on a task that is already in a paused state, which is not allowed.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TaskAlreadyPaused
public TaskAlreadyPaused()
-