diff options
Diffstat (limited to 'java/test/Freeze/complex/Client.java')
-rw-r--r-- | java/test/Freeze/complex/Client.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Freeze/complex/Client.java b/java/test/Freeze/complex/Client.java index 97d032f292a..ee721c04f4f 100644 --- a/java/test/Freeze/complex/Client.java +++ b/java/test/Freeze/complex/Client.java @@ -223,7 +223,7 @@ public class Client System.err.println(progName + ": " + ex + ": " + ex.message); status = 1; } - catch(Ice.RuntimeException ex) + catch(Ice.LocalException ex) { System.err.println(progName + ": " + ex); status = 1; |