mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 11:33:11 +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:
@@ -1131,7 +1131,7 @@ public class Collection extends DSpaceObject
|
||||
catch (BrowseException e)
|
||||
{
|
||||
log.error("caught exception: ", e);
|
||||
throw new IOException(e.getMessage());
|
||||
throw new IOException(e.getMessage(), e);
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
Reference in New Issue
Block a user