summaryrefslogtreecommitdiff
path: root/java/test/Ice/operations/Client.java
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-09-18 21:58:48 +0000
committerMarc Laukien <marc@zeroc.com>2002-09-18 21:58:48 +0000
commitab842ce46b181b117412c7bd0a0ae19009e3e148 (patch)
tree5a0d220d8b3237394ab9fb2d398bbcc73008922e /java/test/Ice/operations/Client.java
parentsimplifying clone() (diff)
downloadice-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.java4
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");