diff options
Diffstat (limited to 'java/src/Ice/ObjectPrxHelper.java')
-rw-r--r-- | java/src/Ice/ObjectPrxHelper.java | 16 |
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; |