1. catching DataIntegrityViolation exception in web tier forum.springsource.orgcatching DataIntegrityViolation exception in web tier Hi all, I have UserAlreadyExistsException that extends DataIntegrityViolationException. I try to catch this exception in web tier with the following code. But it does not ... |
2. DataIntegrityViolation Question forum.springsource.orgHello, Is there a way to get the table name and condition that is violated from the error message when a DataIntegrityViolation is thrown? For example if I have a table ... |
3. DataIntegrityViolation not working forum.springsource.orgDataIntegrityViolation not working Hey guys, I am catching an insert query (Incase user try to add the same record in the table Twice). I am catching DataIntegrityViolatioNException in my add query ... |