Class TaskThread.CancelException

All Implemented Interfaces:
Serializable
Enclosing class:
TaskThread

public static class TaskThread.CancelException extends RuntimeException
Exception used while terminating task threads. A Cancel Exception is generated when a TaskThread is interrupted and pause(int) is called. This exception indicates that the task should be canceled.
See Also: