diff options
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(); } |