LicenseSpring C++ SDK 7.31.0
Easily add Software Licensing to your application
LicenseSpring::SSOException Class Reference

This exception can arise if the backend cannot create URL for Single sign-on (SSO) More...

#include <LicenseSpring/Exceptions.h>

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

Public Member Functions

 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 the backend cannot create URL for Single sign-on (SSO)

Reasons can be different, for example if customer account cannot be found, SSO not enabled or have not been set up.

Definition at line 333 of file Exceptions.h.

Constructor & Destructor Documentation

◆ SSOException()

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

Definition at line 336 of file Exceptions.h.


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