mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 12:33:18 +00:00
[DS-707] Stack trace loss in exceptions
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5552 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -1934,7 +1934,7 @@ public class Item extends DSpaceObject
|
||||
catch (BrowseException e)
|
||||
{
|
||||
log.error("caught exception: ", e);
|
||||
throw new SQLException(e.getMessage());
|
||||
throw new SQLException(e.getMessage(), e);
|
||||
}
|
||||
|
||||
// Delete the Dublin Core
|
||||
|
Reference in New Issue
Block a user