10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
JWKException.h
1
#ifndef TENDUKE_JWK_JWKEXCEPTION_H
2
#define TENDUKE_JWK_JWKEXCEPTION_H
3
4
#include "TendukeException.h"
5
6
#include <string>
7
8
namespace
tenduke
{
namespace
jwk
{
9
10
14
class
JWKException
:
public
tenduke::TendukeException
15
{
16
public
:
21
explicit
JWKException
(
const
std::string &message)
22
:
tenduke
::
TendukeException
(message)
23
{}
24
25
~JWKException
()
override
=
default
;
26
};
27
28
29
}}
30
31
#endif
// TENDUKE_JWK_JWKEXCEPTION_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::jwk::JWKException
Thrown when something goes wrong with JWKs.
Definition
JWKException.h:15
tenduke::jwk::JWKException::JWKException
JWKException(const std::string &message)
Constructs new instance.
Definition
JWKException.h:21
tenduke::jwk
Support for JSON Web Keys.
Definition
DynamicJWKSSignatureValidator.h:9
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
core
src
jwk
JWKException.h
Generated by
1.17.0