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

This exception can arise if token for Single sign-on (SSO) is invalid or expired. More...

#include <LicenseSpring/Exceptions.h>

Inheritance diagram for LicenseSpring::SSOTokenException:
LicenseSpring::SSOException LicenseSpring::LicenseSpringException

Public Member Functions

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

This exception can arise if token for Single sign-on (SSO) is invalid or expired.

Definition at line 341 of file Exceptions.h.

Constructor & Destructor Documentation

◆ SSOTokenException()

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

Definition at line 344 of file Exceptions.h.


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