Class TaskCancellationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.inductiveautomation.ignition.common.gui.progress.TaskCancellationException
-
- All Implemented Interfaces:
java.io.Serializable
public class TaskCancellationException extends java.lang.Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskCancellationException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-