Package org.eclipse.keyple.core.plugin
Class ReaderIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.keyple.core.plugin.ReaderIOException
- All Implemented Interfaces:
Serializable
Indicates that an error occurred while communicating with a reader.
- Since:
- 2.0.0
- See Also:
-
Constructor Summary
ConstructorDescriptionReaderIOException
(String message) ReaderIOException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReaderIOException
- Parameters:
message
- the message to identify the exception context- Since:
- 2.0.0
-
ReaderIOException
- Parameters:
message
- the message to identify the exception contextcause
- the cause- Since:
- 2.0.0
-