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