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