10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
InvalidLicenseToken.h
1
#ifndef TENDUKE_EE_LICENSING_INVALIDLICENSETOKEN_H
2
#define TENDUKE_EE_LICENSING_INVALIDLICENSETOKEN_H
3
4
#include "./LicensingException.h"
5
6
namespace
tenduke
{
namespace
ee
{
namespace
licensing
{
7
8
12
class
InvalidLicenseToken
:
public
::tenduke::ee::licensing::LicensingException
13
{
14
public
:
19
explicit
InvalidLicenseToken
(
const
std::string &message)
20
: ::
tenduke
::
ee
::
licensing
::
LicensingException
(message)
21
{}
22
};
23
24
25
}}}
26
27
#endif
// TENDUKE_EE_LICENSING_INVALIDLICENSETOKEN_H
tenduke::ee::licensing::InvalidLicenseToken::InvalidLicenseToken
InvalidLicenseToken(const std::string &message)
Constructs new instance.
Definition
InvalidLicenseToken.h:19
tenduke::ee::licensing::LicensingException
Generic licensing-related exception.
Definition
LicensingException.h:14
tenduke::ee::licensing::LicensingException::LicensingException
LicensingException(const std::string &message)
Constructs new instance.
Definition
LicensingException.h:20
tenduke::ee::licensing
Classes, functions and globals related to 10Duke Enterprise licensing.
Definition
AuthzLicensingClient.h:13
tenduke::ee
Classes, functions and globals of 10Duke Enterprise C++ Client.
Definition
APIRequest.h:4
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
client
enterprise
api
src
licensing
InvalidLicenseToken.h
Generated by
1.17.0