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

Can be thrown if start date field is set for the license and current date is behind start date. More...

#include <LicenseSpring/Exceptions.h>

Inheritance diagram for LicenseSpring::CannotBeActivatedNowException:
LicenseSpring::LicenseActivationException LicenseSpring::LicenseSpringException

Public Member Functions

 CannotBeActivatedNowException (const std::string &message)
 
- Public Member Functions inherited from LicenseSpring::LicenseActivationException
 LicenseActivationException (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

Can be thrown if start date field is set for the license and current date is behind start date.

See https://docs.licensespring.com/docs/license-start-date

Definition at line 154 of file Exceptions.h.

Constructor & Destructor Documentation

◆ CannotBeActivatedNowException()

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

Definition at line 157 of file Exceptions.h.


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