diff options
Diffstat (limited to 'java/test/Ice/exceptions/Server.java')
-rw-r--r-- | java/test/Ice/exceptions/Server.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/exceptions/Server.java b/java/test/Ice/exceptions/Server.java index 3eee4f47510..26eba295622 100644 --- a/java/test/Ice/exceptions/Server.java +++ b/java/test/Ice/exceptions/Server.java @@ -42,7 +42,7 @@ public class Server communicator = Ice.Util.initialize(args, initData); status = run(args, communicator); } - catch(Ice.LocalException ex) + catch(Exception ex) { ex.printStackTrace(); status = 1; |