Class CardIOException

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

public class CardIOException extends Exception
Indicates that an error occurred while communicating with a card.
Since:
2.0.0
See Also:
  • Constructor Details

    • CardIOException

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

      public CardIOException(String message, Throwable cause)
      Parameters:
      message - the message to identify the exception context
      cause - the cause
      Since:
      2.0.0