diff options
author | Marc Laukien <marc@zeroc.com> | 2002-09-18 21:58:48 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-09-18 21:58:48 +0000 |
commit | ab842ce46b181b117412c7bd0a0ae19009e3e148 (patch) | |
tree | 5a0d220d8b3237394ab9fb2d398bbcc73008922e /java/test/Ice/operations/Client.java | |
parent | simplifying clone() (diff) | |
download | ice-ab842ce46b181b117412c7bd0a0ae19009e3e148.tar.bz2 ice-ab842ce46b181b117412c7bd0a0ae19009e3e148.tar.xz ice-ab842ce46b181b117412c7bd0a0ae19009e3e148.zip |
fixes
Diffstat (limited to 'java/test/Ice/operations/Client.java')
-rw-r--r-- | java/test/Ice/operations/Client.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/test/Ice/operations/Client.java b/java/test/Ice/operations/Client.java index 5bdfb70fa0d..e95491eccec 100644 --- a/java/test/Ice/operations/Client.java +++ b/java/test/Ice/operations/Client.java @@ -23,6 +23,10 @@ public class Client myClass.opVoid(); throw new RuntimeException(); } + catch(Ice.CloseConnectionException ex) + { + System.out.println("ok"); + } catch(Ice.ConnectFailedException ex) { System.out.println("ok"); |