Package org.eclipse.keypop.reader
Class ReaderProtocolNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.keypop.reader.ReaderProtocolNotSupportedException
- All Implemented Interfaces:
Serializable
Indicates that the current card protocol is not supported by the reader.
- Since:
- 1.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
-
ReaderProtocolNotSupportedException
- Parameters:
physicalProtocolName
- The identification data used to identify the card.- Since:
- 1.0.0
-