Skip to content

Commit

Permalink
[PAXEXAM-753] add cause to exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Westermann committed Nov 27, 2015
1 parent 3c570be commit 065e61f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -71,7 +71,7 @@ public void replace(File source) {
FileUtils.copyFile(source, propertyFile);
}
catch (IOException e) {
throw new IllegalStateException("It is required to replace propertyFile");
throw new IllegalStateException("It is required to replace propertyFile", e);
}
}

Expand Down

0 comments on commit 065e61f

Please sign in to comment.