diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-03-14 12:47:12 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-03-14 12:47:12 +0000 |
commit | 4ec329c60555de5562c72df0e2fc583d591bf84d (patch) | |
tree | 86eb4af9aac33fc6277bed19d8936c4ffdbcd2d5 /java/src/Ice/_ObjectDelD.java | |
parent | Fixed http://www.zeroc.com/vbulletin/showthread.php?p=9533#post9533 (diff) | |
download | ice-4ec329c60555de5562c72df0e2fc583d591bf84d.tar.bz2 ice-4ec329c60555de5562c72df0e2fc583d591bf84d.tar.xz ice-4ec329c60555de5562c72df0e2fc583d591bf84d.zip |
Ported fix for bug 574.
Diffstat (limited to 'java/src/Ice/_ObjectDelD.java')
-rw-r--r-- | java/src/Ice/_ObjectDelD.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/java/src/Ice/_ObjectDelD.java b/java/src/Ice/_ObjectDelD.java index 20fd114beb1..40058a4b9f8 100644 --- a/java/src/Ice/_ObjectDelD.java +++ b/java/src/Ice/_ObjectDelD.java @@ -13,7 +13,7 @@ public class _ObjectDelD implements _ObjectDel { public boolean ice_isA(String __id, java.util.Map __context) - throws IceInternal.NonRepeatable + throws IceInternal.LocalExceptionWrapper { Current __current = new Current(); __initCurrent(__current, "ice_isA", OperationMode.Nonmutating, __context); @@ -33,7 +33,7 @@ public class _ObjectDelD implements _ObjectDel public void ice_ping(java.util.Map __context) - throws IceInternal.NonRepeatable + throws IceInternal.LocalExceptionWrapper { Current __current = new Current(); __initCurrent(__current, "ice_ping", OperationMode.Nonmutating, __context); @@ -54,7 +54,7 @@ public class _ObjectDelD implements _ObjectDel public String[] ice_ids(java.util.Map __context) - throws IceInternal.NonRepeatable + throws IceInternal.LocalExceptionWrapper { Current __current = new Current(); __initCurrent(__current, "ice_ids", OperationMode.Nonmutating, __context); @@ -74,7 +74,7 @@ public class _ObjectDelD implements _ObjectDel public String ice_id(java.util.Map __context) - throws IceInternal.NonRepeatable + throws IceInternal.LocalExceptionWrapper { Current __current = new Current(); __initCurrent(__current, "ice_id", OperationMode.Nonmutating, __context); @@ -95,7 +95,7 @@ public class _ObjectDelD implements _ObjectDel public boolean ice_invoke(String operation, Ice.OperationMode mode, byte[] inParams, ByteSeqHolder outParams, java.util.Map context) - throws IceInternal.NonRepeatable + throws IceInternal.LocalExceptionWrapper { throw new CollocationOptimizationException(); } |