Keyple C++  0.9.0
Keyple, an Open Source SDK for Ticketing
Public Member Functions | List of all members
keyple::calypso::exception::CalypsoNoSamResourceAvailableException Class Reference

#include <CalypsoNoSamResourceAvailableException.h>

Inherits keyple::core::seproxy::exception::KeypleException.

Public Member Functions

 CalypsoNoSamResourceAvailableException (const std::string &message)
 
- Public Member Functions inherited from keyple::core::seproxy::exception::KeypleException
 KeypleException (const std::string &msg)
 
 KeypleException (const std::string &msg, const std::exception &cause)
 
- Public Member Functions inherited from keyple::common::exception::RuntimeException
 RuntimeException (const std::string &message)
 
 RuntimeException (const std::string &message, const std::exception cause)
 
- Public Member Functions inherited from keyple::common::exception::Exception
 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
 

Detailed Description

The exception

indicates that there are no SAM resources available.

Constructor & Destructor Documentation

◆ CalypsoNoSamResourceAvailableException()

keyple::calypso::exception::CalypsoNoSamResourceAvailableException::CalypsoNoSamResourceAvailableException ( const std::string &  message)
inline
Parameters
messagethe message to identify the exception context

The documentation for this class was generated from the following file:
keyple::calypso::exception::CalypsoNoSamResourceAvailableException::CalypsoNoSamResourceAvailableException
CalypsoNoSamResourceAvailableException(const std::string &message)
Definition: CalypsoNoSamResourceAvailableException.h:37