Package org.eclipse.keypop.reader
Class ReaderCommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.keypop.reader.ReaderCommunicationException
- All Implemented Interfaces:
Serializable
Indicates that the communication with the reader failed.
The most likely reason is a physical disconnection of the reader, but other technical problems may also be the origin of the failure.
- Since:
- 1.0.0
- See Also:
-
Constructor Summary
ConstructorDescriptionReaderCommunicationException
(String message) ReaderCommunicationException
(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
-
ReaderCommunicationException
- Parameters:
message
- The message to identify the exception context.- Since:
- 1.0.0
-
ReaderCommunicationException
- Parameters:
message
- The message to identify the exception context.cause
- The cause.- Since:
- 1.0.0
-