Enrollment
28.2.0
Theme:
Default
Robot
Toggle main menu visibility
Loading...
Searching...
No Matches
LicenseException.h
Go to the documentation of this file.
1
10
11
#pragma once
12
#include <
enrollment/Exception/EnrollmentException.h
>
13
#include <string>
14
15
namespace
inno
16
{
17
23
*/
24
class
LicenseException
:
public
EnrollmentRuntimeException
25
{
26
public
:
27
using
EnrollmentRuntimeException::EnrollmentRuntimeException;
28
};
29
35
*/
36
class
LicenseNotFoundException
:
public
LicenseException
37
{
38
public
:
39
using
LicenseException::LicenseException;
40
};
41
48
*/
49
class
InvalidLicenseException
:
public
LicenseException
50
{
51
public
:
52
using
LicenseException::LicenseException;
53
};
54
60
*/
61
class
ExpiredLicenseException
:
public
LicenseException
62
{
63
public
:
64
using
LicenseException::LicenseException;
65
};
66
72
*/
73
class
LicenseFeatureNotAllowedException
:
public
LicenseException
74
{
75
public
:
76
using
LicenseException::LicenseException;
77
};
78
84
*/
85
class
InvalidHWIDException
:
public
LicenseException
86
{
87
public
:
88
using
LicenseException::LicenseException;
89
};
90
96
*/
97
class
LicenseLimitReachedException
:
public
LicenseException
98
{
99
public
:
100
using
LicenseException::LicenseException;
101
};
102
}
// namespace inno
EnrollmentException.h
EnrollmentRuntimeException
Base exception for all enrollment-sdk runtime exceptions.
Definition
EnrollmentException.h:84
ExpiredLicenseException
License is expired.
Definition
LicenseException.h:61
InvalidHWIDException
HWID in license is wrong or can not be read.
Definition
LicenseException.h:85
InvalidLicenseException
License is found but is invalid.
Definition
LicenseException.h:49
LicenseException
Base exception for all enrollment-sdk license errors.
Definition
LicenseException.h:24
LicenseFeatureNotAllowedException
The licensed feature is not allowed.
Definition
LicenseException.h:73
LicenseLimitReachedException
The limit for operation/count is reached in license.
Definition
LicenseException.h:97
LicenseNotFoundException
License is not found.
Definition
LicenseException.h:36
Exception
LicenseException.h
Generated by
1.17.0