Smartswitch
smartswitch-9.1.60971
ice
DbQueryTooLongException.ice
Go to the documentation of this file.
1
#pragma once
2
3
[[
"python:pkgdir:Smartswitch"
]]
4
5
#include <
GenericException.ice
>
6
7
module
Smartswitch
8
{
14
exception
DbQueryTooLongException
extends
GenericException
15
{
16
int
limit
;
17
};
18
};
GenericException.ice
Smartswitch::DbQueryTooLongException::limit
int limit
The database query limit as set by the Smartswitch administrator.
Definition:
DbQueryTooLongException.ice:16
Smartswitch
Definition:
AccessException.ice:7
Smartswitch::DbQueryTooLongException
The exception is thrown when a database query takes longer than allowed by a Smartswitch administrato...
Definition:
DbQueryTooLongException.ice:14
Smartswitch::GenericException
The base class for every exception thrown by Smartswitch.
Definition:
GenericException.ice:10
Generated by
1.8.15