summaryrefslogtreecommitdiff
path: root/java/test/Ice/retry/Client.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/retry/Client.java')
-rw-r--r--java/test/Ice/retry/Client.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/java/test/Ice/retry/Client.java b/java/test/Ice/retry/Client.java
index 69e2eca712c..53d4a927ef6 100644
--- a/java/test/Ice/retry/Client.java
+++ b/java/test/Ice/retry/Client.java
@@ -40,10 +40,9 @@ public class Client
initData.properties.setProperty("Ice.Warn.Connections", "0");
communicator = Ice.Util.initialize(argsH, initData);
-
status = run(argsH.value, communicator, System.out);
}
- catch(Ice.LocalException ex)
+ catch(Exception ex)
{
ex.printStackTrace();
status = 1;