Return true if the exception indicates that an operation failed due to a
unique constraint violation. This could be from any unique constraint
not just the primary key.
Parameters: e - the SQLException to process true if it was caused by a unique constraint violation