Class AlreadyExecutingException

All Implemented Interfaces:
Serializable

public class AlreadyExecutingException extends RejectedExecutionException
This exception is thrown when attempting to start a task in a TaskManager that already has a live task with the same context.
Since:
v3.13
See Also:
  • Constructor Details

    • AlreadyExecutingException

      public AlreadyExecutingException(TaskDescriptor taskDescriptor, String message)
  • Method Details