Skip to content

Commit

Permalink
Add SQL Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Jan 6, 2025
1 parent ed76e79 commit a853019
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ private static FieldDataDBOperationResults getExtraDataIDs(Connection con, KeyFa
}

private static FieldDataDBOperationResults saveExtraDataID(Connection con, KeyFactory keyFactory, User user,
FieldDataDBOperationSpec fieldDataDBOperationSpec) throws DataAccessException {
FieldDataDBOperationSpec fieldDataDBOperationSpec) throws DataAccessException, SQLException {
if(!fieldDataDBOperationSpec.newExtDataIDName.equals(
TokenMangler.fixTokenStrict(fieldDataDBOperationSpec.newExtDataIDName))){
throw new DataAccessException("Error inserting Field Data name "+
Expand Down

0 comments on commit a853019

Please sign in to comment.