Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <CalypsoNoSamResourceAvailableException.h>
Inherits keyple::core::seproxy::exception::KeypleException.
Public Member Functions | |
CalypsoNoSamResourceAvailableException (const std::string &message) | |
![]() | |
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 |
The exception
indicates that there are no SAM resources available.
|
inline |
message | the message to identify the exception context |