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

#include <CalypsoSamCounterOverflowException.h>

Inherits keyple::calypso::command::sam::exception::CalypsoSamCommandException.

Public Member Functions

 CalypsoSamCounterOverflowException (const std::string &message, const std::shared_ptr< CalypsoSamCommand > command, const int statusCode)
 
- Public Member Functions inherited from keyple::core::command::exception::KeypleSeCommandException
const std::shared_ptr< SeCommandgetCommand () const
 
int getStatusCode () const
 
- 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
 

Additional Inherited Members

- Protected Member Functions inherited from keyple::calypso::command::sam::exception::CalypsoSamCommandException
 CalypsoSamCommandException (const std::string &message, const std::shared_ptr< CalypsoSamCommand > command, const int statusCode)
 
- Protected Member Functions inherited from keyple::core::command::exception::KeypleSeCommandException
 KeypleSeCommandException (const std::string &message, const std::shared_ptr< SeCommand > command, const int statusCode)
 

Detailed Description

The exception

indicates that an event counter number authorized by the SAM has reached its limit.
This may occur, for example, during the digest init operation.

Constructor & Destructor Documentation

◆ CalypsoSamCounterOverflowException()

keyple::calypso::command::sam::exception::CalypsoSamCounterOverflowException::CalypsoSamCounterOverflowException ( const std::string &  message,
const std::shared_ptr< CalypsoSamCommand command,
const int  statusCode 
)
inline
Parameters
messagethe message to identify the exception context
commandthe Calypso SAM command
statusCodethe status code

The documentation for this class was generated from the following file:
keyple::calypso::command::sam::exception::CalypsoSamCounterOverflowException::CalypsoSamCounterOverflowException
CalypsoSamCounterOverflowException(const std::string &message, const std::shared_ptr< CalypsoSamCommand > command, const int statusCode)
Definition: CalypsoSamCounterOverflowException.h:39