Index: applications/editors/josm/plugins/reverter/src/reverter/RevertChangesetHandler.java
===================================================================
--- applications/editors/josm/plugins/reverter/src/reverter/RevertChangesetHandler.java	(revision 30197)
+++ applications/editors/josm/plugins/reverter/src/reverter/RevertChangesetHandler.java	(revision 30258)
@@ -23,5 +23,5 @@
             System.out.println("RemoteControl: Error parsing revert_changeset remote control request:");
             ex.printStackTrace();
-            throw new RequestHandlerErrorException();
+            throw new RequestHandlerErrorException(ex);
         }
 
