summaryrefslogtreecommitdiff
path: root/java/test/Ice/operations/Client.java
diff options
context:
space:
mode:
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");