sonar critical for Exception Handling
[dmaap/messagerouter/messageservice.git] / src / main / java / com / att / nsa / dmaap / tools / ConfigTool.java
index 4424840..85725e5 100644 (file)
@@ -167,6 +167,7 @@ public class ConfigTool extends CommandLineTool<ConfigToolContext>
                        catch ( ConfigDbException e )
                        {
                                out.println ( "Command failed: " + e.getMessage() );
+                               throw new RuntimeException(e);
                        }
                }