Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <CalypsoPoSessionBufferOverflowException.h>
Inherits keyple::calypso::command::po::exception::CalypsoPoCommandException.
Public Member Functions | |
CalypsoPoSessionBufferOverflowException (const std::string &message, const std::shared_ptr< CalypsoPoCommand > command, const int statusCode) | |
![]() | |
CalypsoPoCommandException (const std::string &message, const std::shared_ptr< CalypsoPoCommand > command, const int statusCode) | |
![]() | |
const std::shared_ptr< SeCommand > | getCommand () const |
int | getStatusCode () const |
![]() | |
KeypleException (const std::string &msg) | |
KeypleException (const std::string &msg, const std::exception &cause) | |
![]() | |
RuntimeException (const std::string &message) | |
RuntimeException (const std::string &message, const std::exception cause) | |
![]() | |
Exception () | |
Exception (const std::string &message) | |
Exception (const std::string &message, const std::exception cause) | |
const std::string & | getMessage () const |
const std::exception & | getCause () const |
Additional Inherited Members | |
![]() | |
KeypleSeCommandException (const std::string &message, const std::shared_ptr< SeCommand > command, const int statusCode) | |
The exception
indicates during a secure session that the PO session buffer will overflow.
|
inline |
message | the message to identify the exception context |
command | the Calypso PO command |
statusCode | the status code |