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

#include <CalypsoAuthenticationNotVerifiedException.h>

Inherits keyple::calypso::transaction::exception::CalypsoPoTransactionException.

Public Member Functions

 CalypsoAuthenticationNotVerifiedException (const std::string &message)
 
 CalypsoAuthenticationNotVerifiedException (const std::string &message, const std::exception &cause)
 
- 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::transaction::exception::CalypsoPoTransactionException
 CalypsoPoTransactionException (const std::string &message)
 
 CalypsoPoTransactionException (const std::string &message, const std::exception &cause)
 

Detailed Description

The exception

indicates that the PO has correctly closed the secure session, but that it is impossible to check the authenticity of the support because the SAM is no more available (timeout, network problem,...).

Constructor & Destructor Documentation

◆ CalypsoAuthenticationNotVerifiedException() [1/2]

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

◆ CalypsoAuthenticationNotVerifiedException() [2/2]

keyple::calypso::transaction::exception::CalypsoAuthenticationNotVerifiedException::CalypsoAuthenticationNotVerifiedException ( const std::string &  message,
const std::exception &  cause 
)
inline

Encapsulates lower level exception.

Parameters
messagemessage to identify the exception context
causethe cause

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