Skip to content
Snippets Groups Projects
Commit d1317b92 authored by tjc's avatar tjc
Browse files

use String variable in IOException construction

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@11416 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 2bc2a09d
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ public class LargeObjectDocument extends Document ...@@ -84,7 +84,7 @@ public class LargeObjectDocument extends Document
catch (SQLException e) catch (SQLException e)
{ {
e.printStackTrace(); e.printStackTrace();
throw new IOException( e ); throw new IOException( e.getMessage() );
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment