Smartswitch
|
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 { ... }
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... | |
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.
int limit |
The database query limit as set by the Smartswitch administrator.