LicenseSpring C++ SDK 7.31.0
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
LicenseSpring::SignatureMismatchException Class Reference

Throws in case signature returned by LicenseSpring server is not valid. More...

#include <LicenseSpring/Exceptions.h>

Inheritance diagram for LicenseSpring::SignatureMismatchException:
LicenseSpring::LicenseSpringException

Public Member Functions

 SignatureMismatchException (const std::string &message)
 
- Public Member Functions inherited from LicenseSpring::LicenseSpringException
 LicenseSpringException (const std::string &message, LSErrorCode errorCode=LSErrorCode::eGeneralLSError)
 
LSErrorCode getCode () const
 

Additional Inherited Members

- Protected Attributes inherited from LicenseSpring::LicenseSpringException
LSErrorCode m_errorCode
 

Detailed Description

Throws in case signature returned by LicenseSpring server is not valid.

Definition at line 197 of file Exceptions.h.

Constructor & Destructor Documentation

◆ SignatureMismatchException()

LicenseSpring::SignatureMismatchException::SignatureMismatchException ( const std::string &  message)
inline

Definition at line 200 of file Exceptions.h.


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