Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppemilicia committed Mar 22, 2023
1 parent 800b134 commit 881d259
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ else if (targetClass.isInstance(proxy)) {
entry.setValue(storedProc.getOutputParameterValue(key.toString()));
}
}
catch (IllegalArgumentException ex) {
catch (RuntimeException ex) {
entry.setValue(ex);
}
}
Expand Down

0 comments on commit 881d259

Please sign in to comment.