java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bzdev.devqsim.TaskThread.CancelException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TaskThread
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:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString