summaryrefslogtreecommitdiff
path: root/java/src/Ice/ObjectPrxHelper.java
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-09-20 13:12:50 +0000
committerMarc Laukien <marc@zeroc.com>2002-09-20 13:12:50 +0000
commitd99db9620ba052e79cd5bd40c75306f600f9c48c (patch)
tree8b5bf4d7b52f1e60469cb48e6b466e7f4b08c41f /java/src/Ice/ObjectPrxHelper.java
parentminor (diff)
downloadice-d99db9620ba052e79cd5bd40c75306f600f9c48c.tar.bz2
ice-d99db9620ba052e79cd5bd40c75306f600f9c48c.tar.xz
ice-d99db9620ba052e79cd5bd40c75306f600f9c48c.zip
Runtime->Local
Diffstat (limited to 'java/src/Ice/ObjectPrxHelper.java')
-rw-r--r--java/src/Ice/ObjectPrxHelper.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/java/src/Ice/ObjectPrxHelper.java b/java/src/Ice/ObjectPrxHelper.java
index b0b1ab40f41..1d9c733c64e 100644
--- a/java/src/Ice/ObjectPrxHelper.java
+++ b/java/src/Ice/ObjectPrxHelper.java
@@ -49,7 +49,7 @@ public class ObjectPrxHelper implements ObjectPrx
{
__cnt = __handleException(__ex.get(), __cnt);
}
- catch(RuntimeException __ex)
+ catch(LocalException __ex)
{
__cnt = __handleException(__ex, __cnt);
}
@@ -82,7 +82,7 @@ public class ObjectPrxHelper implements ObjectPrx
{
__cnt = __handleException(__ex.get(), __cnt);
}
- catch(RuntimeException __ex)
+ catch(LocalException __ex)
{
__cnt = __handleException(__ex, __cnt);
}
@@ -114,7 +114,7 @@ public class ObjectPrxHelper implements ObjectPrx
{
__cnt = __handleException(__ex.get(), __cnt);
}
- catch(RuntimeException __ex)
+ catch(LocalException __ex)
{
__cnt = __handleException(__ex, __cnt);
}
@@ -146,7 +146,7 @@ public class ObjectPrxHelper implements ObjectPrx
{
__cnt = __handleException(__ex.get(), __cnt);
}
- catch(RuntimeException __ex)
+ catch(LocalException __ex)
{
__cnt = __handleException(__ex, __cnt);
}
@@ -178,7 +178,7 @@ public class ObjectPrxHelper implements ObjectPrx
{
__cnt = __handleException(__ex.get(), __cnt);
}
- catch(RuntimeException __ex)
+ catch(LocalException __ex)
{
__cnt = __handleException(__ex, __cnt);
}
@@ -218,7 +218,7 @@ public class ObjectPrxHelper implements ObjectPrx
__rethrowException(__ex.get());
}
}
- catch(RuntimeException __ex)
+ catch(LocalException __ex)
{
__cnt = __handleException(__ex, __cnt);
}
@@ -507,7 +507,7 @@ public class ObjectPrxHelper implements ObjectPrx
}
public final int
- __handleException(RuntimeException ex, int cnt)
+ __handleException(LocalException ex, int cnt)
{
//
// Only _delegate needs to be mutex protected here.
@@ -582,7 +582,7 @@ public class ObjectPrxHelper implements ObjectPrx
}
public final synchronized void
- __rethrowException(RuntimeException ex)
+ __rethrowException(LocalException ex)
{
_delegate = null;