summaryrefslogtreecommitdiff
path: root/java/test/Ice/operations/Server.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/operations/Server.java')
-rw-r--r--java/test/Ice/operations/Server.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/operations/Server.java b/java/test/Ice/operations/Server.java
index dac5536e2e1..e1766d6a2bd 100644
--- a/java/test/Ice/operations/Server.java
+++ b/java/test/Ice/operations/Server.java
@@ -42,7 +42,7 @@ public class Server
communicator = Ice.Util.initialize(argsH, initData);
status = run(argsH.value, communicator);
}
- catch(Ice.LocalException ex)
+ catch(Exception ex)
{
ex.printStackTrace();
status = 1;