Smartswitch
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 {
15  {
16  int limit;
17  };
18 };
int limit
The database query limit as set by the Smartswitch administrator.
Definition: DbQueryTooLongException.ice:16
Definition: AccessException.ice:7
The exception is thrown when a database query takes longer than allowed by a Smartswitch administrato...
Definition: DbQueryTooLongException.ice:14
The base class for every exception thrown by Smartswitch.
Definition: GenericException.ice:10