Keypop Calypso Card C++ API 2.0.0
Reference Calypso Card API for C++
Public Member Functions | List of all members
keypop::calypso::card::transaction::SessionBufferOverflowException Class Referencefinal

#include <SessionBufferOverflowException.hpp>

Inheritance diagram for keypop::calypso::card::transaction::SessionBufferOverflowException:
Inheritance graph
[legend]
Collaboration diagram for keypop::calypso::card::transaction::SessionBufferOverflowException:
Collaboration graph
[legend]

Public Member Functions

 SessionBufferOverflowException (const std::string &message, const std::shared_ptr< std::exception > cause)
 

Detailed Description

Indicates that the secure session cannot be performed atomically because the session buffer capacity is not sufficient to handle all the prepared write commands.

Since
1.2.0

Definition at line 27 of file SessionBufferOverflowException.hpp.

Constructor & Destructor Documentation

◆ SessionBufferOverflowException()

keypop::calypso::card::transaction::SessionBufferOverflowException::SessionBufferOverflowException ( const std::string &  message,
const std::shared_ptr< std::exception >  cause 
)
inline
Parameters
messageThe message to identify the exception context.
Since
1.2.0

Definition at line 33 of file SessionBufferOverflowException.hpp.


The documentation for this class was generated from the following file: