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) | |
const std::string & | getMessage () const |
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 28 of file ReaderCommunicationException.hpp.
|
inlineexplicit |
message | The message to identify the exception context. |
Definition at line 34 of file ReaderCommunicationException.hpp.
|
inline |
message | The message to identify the exception context. |
cause | The cause. |
Definition at line 45 of file ReaderCommunicationException.hpp.
|
inline |
Definition at line 57 of file ReaderCommunicationException.hpp.