#include <UniquenessViolationException.h>
Public Member Functions | |
UniquenessViolationException () | |
UniquenessViolationException (string t) | |
string | getMessage () const |
Protected Attributes | |
string | message |
|
An empty constructor. |
|
Create an exception exception occuring when one tries to add a row in table whose all mandatory attributes values except the autoincrementable one are already met in an existing row of the table.
|