diff options
Diffstat (limited to 'java/test/Ice/faultTolerance/Server.java')
-rw-r--r-- | java/test/Ice/faultTolerance/Server.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/Ice/faultTolerance/Server.java b/java/test/Ice/faultTolerance/Server.java index 6198d5edce9..f893b890542 100644 --- a/java/test/Ice/faultTolerance/Server.java +++ b/java/test/Ice/faultTolerance/Server.java @@ -76,7 +76,7 @@ public class Server communicator = Ice.Util.initialize(argsH); status = run(argsH.value, communicator); } - catch(Ice.LocalException ex) + catch(Ice.RuntimeException ex) { ex.printStackTrace(); status = 1; @@ -88,7 +88,7 @@ public class Server { communicator.destroy(); } - catch(Ice.LocalException ex) + catch(Ice.RuntimeException ex) { ex.printStackTrace(); status = 1; |