Keypop Reader C++ API 2.0.0
Reference Reader API for C++
|
#include <ReaderCommunicationException.hpp>
Public Member Functions | |
ReaderCommunicationException (const std::string &message) | |
ReaderCommunicationException (const std::string &message, const std::shared_ptr< std::exception > cause) | |
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.
Definition at line 27 of file ReaderCommunicationException.hpp.
|
inlineexplicit |
message | The message to identify the exception context. |
Definition at line 33 of file ReaderCommunicationException.hpp.
|
inline |
message | The message to identify the exception context. |
cause | The cause. |
Definition at line 42 of file ReaderCommunicationException.hpp.