10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
LicensingException.h
1
#ifndef TENDUKE_EE_LICENSING_LICENSINGEXCEPTION_H
2
#define TENDUKE_EE_LICENSING_LICENSINGEXCEPTION_H
3
4
#include "./TendukeException.h"
5
6
namespace
tenduke
{
namespace
ee
{
namespace
licensing
{
7
8
13
class
LicensingException
:
public
tenduke::TendukeException
14
{
15
public
:
20
explicit
LicensingException
(
const
std::string &message)
21
:
tenduke
::
TendukeException
(message)
22
{}
23
};
24
25
26
}}}
27
28
#endif
// TENDUKE_EE_LICENSING_LICENSINGEXCEPTION_H
tenduke::TendukeException
Base class for exceptions thrown by 10Duke C++ clients.
Definition
TendukeException.h:13
tenduke::TendukeException::TendukeException
TendukeException(const std::string &message)
Constructs new instance.
Definition
TendukeException.h:19
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
LicensingException.h
Generated by
1.17.0