Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <CalypsoPoCommandException.h>
Inherits keyple::core::command::exception::KeypleSeCommandException.
Inherited by keyple::calypso::command::po::exception::CalypsoPoAccessForbiddenException, keyple::calypso::command::po::exception::CalypsoPoDataAccessException, keyple::calypso::command::po::exception::CalypsoPoDataOutOfBoundsException, keyple::calypso::command::po::exception::CalypsoPoIllegalArgumentException, keyple::calypso::command::po::exception::CalypsoPoIllegalParameterException, keyple::calypso::command::po::exception::CalypsoPoPinException, keyple::calypso::command::po::exception::CalypsoPoSecurityContextException, keyple::calypso::command::po::exception::CalypsoPoSecurityDataException, keyple::calypso::command::po::exception::CalypsoPoSessionBufferOverflowException, keyple::calypso::command::po::exception::CalypsoPoTerminatedException, and keyple::calypso::command::po::exception::CalypsoPoUnknownStatusException.
Public Member Functions | |
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 that the access is forbidden (e.g. Never access mode, DF is invalidated,...).
|
inline |
message | the message to identify the exception context |
command | the Calypso PO command |
statusCode | the status code (option) |