Keypop Calypso Card C++ API 2.0.0
Reference Calypso Card API for C++
|
#include <CardSignatureNotVerifiableException.hpp>
Public Member Functions | |
CardSignatureNotVerifiableException (const std::string &message) | |
CardSignatureNotVerifiableException (const std::string &message, const std::shared_ptr< std::exception > cause) | |
Indicates that the card has correctly closed the secure session, but that it is impossible to check the authenticity of the card session because the cryptographic module is no more available (timeout, network problem, etc.).
Definition at line 28 of file CardSignatureNotVerifiableException.hpp.
|
inlineexplicit |
message | The message to identify the exception context. |
Definition at line 34 of file CardSignatureNotVerifiableException.hpp.
|
inline |
Encapsulates a lower level exception.
message | Message to identify the exception context. |
cause | The cause. |
Definition at line 45 of file CardSignatureNotVerifiableException.hpp.