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:
Serializable
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:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TaskCanceledException
- Parameters:
message
- the message to identify the exception context- Since:
- 2.0.0
-