Smartswitch
|
The exception is thrown when the entry you try to add already exists. More...
defined in <DuplicateException.ice>
exception DuplicateException extends Smartswitch::GenericException { ... }
Data Members | |
StringSequence | key |
A composite key on which there is a duplicate. 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 the entry you try to add already exists.
You may want either to change the operation from adding to updating, or change the key
of the operation.
StringSequence key |
A composite key on which there is a duplicate.