10Duke Scale C++ Client
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
h
i
l
m
p
q
r
s
t
u
w
Functions
c
d
e
g
i
m
p
s
t
u
w
Variables
a
c
d
e
f
q
r
s
t
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
Enumerations
Files
File List
▼
10Duke Scale C++ Client
Introduction
►
Client Concepts
►
Using Identity-Based Licensing
►
Using License Key for Licensing Operations
►
Namespaces
►
Classes
▼
Files
▼
File List
►
api
▼
core
▼
core
▼
src
►
concurrent
►
crypto
►
http
►
json
►
jwk
►
jwt
►
log
►
net
►
time
►
utl
Canceled.h
InterruptedException.h
ServiceConfiguration.h
TendukeException.h
TendukeServices.h
TimedOut.h
►
test_utils
►
default-services
►
oidc
►
doc
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Pages
Loading...
Searching...
No Matches
Canceled.h
1
#ifndef TENDUKE_CANCELED_H
2
#define TENDUKE_CANCELED_H
3
4
#include "./InterruptedException.h"
5
6
namespace
tenduke
{
7
11
class
Canceled
:
public
tenduke::InterruptedException
12
{
13
public
:
18
explicit
Canceled
(
const
std::string &message)
19
:
tenduke
::
InterruptedException
(message)
20
{}
18
explicit
Canceled
(
const
std::string &message) {
…
}
21
};
11
class
Canceled
:
public
tenduke::InterruptedException
{
…
};
22
23
}
24
25
#endif
//TENDUKE_CANCELED_H
tenduke::Canceled
Exception thrown when user has canceled an action.
Definition
Canceled.h:12
tenduke::Canceled::Canceled
Canceled(const std::string &message)
Constructs new instance.
Definition
Canceled.h:18
tenduke::InterruptedException
Exception thrown when an action is interrupted for some reason.
Definition
InterruptedException.h:12
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
BackendConfiguration.h:7
core
core
src
Canceled.h
Generated by
1.11.0