Class TaskCanceledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.keyple.core.plugin.TaskCanceledException
All Implemented Interfaces:
Serializable

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

    • TaskCanceledException

      public TaskCanceledException(String message)
      Parameters:
      message - the message to identify the exception context
      Since:
      2.0.0