Smartswitch
Data Members | List of all members
Smartswitch::DbQueryTooLongException Exception Reference

The exception is thrown when a database query takes longer than allowed by a Smartswitch administrator. More...

defined in <DbQueryTooLongException.ice>

exception DbQueryTooLongException extends Smartswitch::GenericException { ... }

Inheritance diagram for Smartswitch::DbQueryTooLongException:
Inheritance graph
[legend]
Collaboration diagram for Smartswitch::DbQueryTooLongException:
Collaboration graph
[legend]

Data Members

int limit
 The database query limit as set by the Smartswitch administrator. More...
 
- Data Members inherited from Smartswitch::GenericException
string description
 The error message which could be displayed to a user. More...
 
string solution
 The possible way of working around the exception. More...
 

Detailed Description

The exception is thrown when a database query takes longer than allowed by a Smartswitch administrator.

If you get this exception, you can try to change the function arguments so that the query takes less time.

Data Member Documentation

◆ limit

int limit

The database query limit as set by the Smartswitch administrator.


The documentation for this exception was generated from the following file: