Keypop Calypso Card C++ API 2.0.0
Reference Calypso Card API for C++
Public Member Functions | List of all members
keypop::calypso::card::transaction::InvalidPinException Class Referencefinal

#include <InvalidPinException.hpp>

Inheritance diagram for keypop::calypso::card::transaction::InvalidPinException:
Inheritance graph
[legend]
Collaboration diagram for keypop::calypso::card::transaction::InvalidPinException:
Collaboration graph
[legend]

Public Member Functions

 InvalidPinException (const std::string &message)
 
 InvalidPinException (const std::string &message, const std::shared_ptr< std::exception > cause)
 

Detailed Description

Indicates that the provided PIN is invalid.

Since
2.0.0

Definition at line 26 of file InvalidPinException.hpp.

Constructor & Destructor Documentation

◆ InvalidPinException() [1/2]

keypop::calypso::card::transaction::InvalidPinException::InvalidPinException ( const std::string &  message)
inlineexplicit
Parameters
messageThe message to identify the exception context.
Since
1.0.0

Definition at line 32 of file InvalidPinException.hpp.

◆ InvalidPinException() [2/2]

keypop::calypso::card::transaction::InvalidPinException::InvalidPinException ( const std::string &  message,
const std::shared_ptr< std::exception >  cause 
)
inline

Encapsulates a lower level exception.

Parameters
messageMessage to identify the exception context.
causeThe cause.
Since
2.0.0

Definition at line 43 of file InvalidPinException.hpp.


The documentation for this class was generated from the following file: