Class ReaderIOException

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

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

    • ReaderIOException

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

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