Smartswitch
|
Thrown when a user tries perform an action which is not allowed for him. More...
defined in <AccessException.ice>
exception AccessException extends Smartswitch::GenericException { ... }
Data Members | |
Action | action |
A type of action the user tried to perform. More... | |
string | category |
An entity to which the user tried to perform the action. 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... | |
Thrown when a user tries perform an action which is not allowed for him.
Action action |
A type of action the user tried to perform.
string category |
An entity to which the user tried to perform the action.