Skip to content

Commit

Permalink
CB-5710 fix error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
yagudin10 committed Oct 10, 2024
1 parent 1688a7e commit 0c95961
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public List<WebNavigatorNodeInfo> getNavigatorNodeChildren(
return result.subList(offset, result.size());
}
} catch (DBException e) {
throw new DBWebException(e);
throw new DBWebException(e.getMessage(), e);
}
}

Expand Down

0 comments on commit 0c95961

Please sign in to comment.