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

The exception is thrown when the entry you try to add already exists. More...

defined in <DuplicateException.ice>

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

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

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...
 

Detailed Description

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.

Data Member Documentation

◆ key

A composite key on which there is a duplicate.


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