Class TaskAlreadyPaused

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

public class TaskAlreadyPaused extends Exception
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 Details

    • TaskAlreadyPaused

      public TaskAlreadyPaused()