- 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