Class TaskCancellationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inductiveautomation.ignition.common.gui.progress.TaskCancellationException
All Implemented Interfaces:
Serializable

public class TaskCancellationException extends 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:
  • Constructor Details

    • TaskCancellationException

      public TaskCancellationException()
  • Method Details