Class TaskCancellationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inductiveautomation.ignition.common.gui.progress.TaskCancellationException
- All Implemented Interfaces:
Serializable
An exception that can be used in the process of canceling a task. Some processes will choose to
return silently, but with some operations (database based stuff, for example), it's better to
throw an exception, so that some other action will occur (transaction rollback in that example).
- 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