summaryrefslogtreecommitdiff
path: root/java/src/Ice/ObjectPrxHelper.java
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2003-07-30 04:38:59 +0000
committerMichi Henning <michi@zeroc.com>2003-07-30 04:38:59 +0000
commit81b27a48ba67a22791f226c77467af0355008d6a (patch)
treefe37da54ec3a6a0aecee579307bc3610abd2602b /java/src/Ice/ObjectPrxHelper.java
parentUpdated receiving side for DatagramLimitException. Test is now done in (diff)
downloadice-81b27a48ba67a22791f226c77467af0355008d6a.tar.bz2
ice-81b27a48ba67a22791f226c77467af0355008d6a.tar.xz
ice-81b27a48ba67a22791f226c77467af0355008d6a.zip
Added DatagramLimitException.
Diffstat (limited to 'java/src/Ice/ObjectPrxHelper.java')
-rw-r--r--java/src/Ice/ObjectPrxHelper.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/src/Ice/ObjectPrxHelper.java b/java/src/Ice/ObjectPrxHelper.java
index a8fd21d33fa..20673bf75b5 100644
--- a/java/src/Ice/ObjectPrxHelper.java
+++ b/java/src/Ice/ObjectPrxHelper.java
@@ -522,6 +522,10 @@ public class ObjectPrxHelper implements ObjectPrx
__del.ice_flush();
return;
}
+ catch(Ice.DatagramLimitException ex)
+ {
+ throw ex; // DatagramLimitException is not repeatable.
+ }
catch(LocalException __ex)
{
__cnt = __handleException(__ex, __cnt);