feedback from code review

This commit is contained in:
Tim Chamberlain
2025-03-25 12:16:48 -05:00
parent 133e507c93
commit 7af23e52d6
5 changed files with 19 additions and 5 deletions

View File

@ -212,7 +212,7 @@ public class BaseAPIActionUtil
catch(QNotFoundException qnfe)
{
LOG.info("Not found", qnfe);
throw new QException("Error executing get: " + qnfe.getMessage(), qnfe);
throw (qnfe);
}
catch(Exception e)
{