Keypop Calypso Card C++ API 2.0.0
Reference Calypso Card API for C++
|
#include <SessionBufferOverflowException.hpp>
Public Member Functions | |
SessionBufferOverflowException (const std::string &message, const std::shared_ptr< std::exception > cause) | |
Indicates that the secure session cannot be performed atomically because the session buffer capacity is not sufficient to handle all the prepared write commands.
Definition at line 27 of file SessionBufferOverflowException.hpp.
|
inline |
message | The message to identify the exception context. |
Definition at line 33 of file SessionBufferOverflowException.hpp.