Package org.eclipse.keyple.core.plugin
Class TaskCanceledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.keyple.core.plugin.TaskCanceledException
-
- All Implemented Interfaces:
java.io.Serializable
public class TaskCanceledException extends java.lang.Exception
Indicates that a task (for example, waiting for a card to be inserted) has been cancelled and is no longer active.- Since:
- 2.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskCanceledException(java.lang.String message)
-