summaryrefslogtreecommitdiff
path: root/java/src/Ice/_ObjectDel.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/Ice/_ObjectDel.java')
-rw-r--r--java/src/Ice/_ObjectDel.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/java/src/Ice/_ObjectDel.java b/java/src/Ice/_ObjectDel.java
index 5adb5143e23..f4c208f7fb1 100644
--- a/java/src/Ice/_ObjectDel.java
+++ b/java/src/Ice/_ObjectDel.java
@@ -12,20 +12,20 @@ package Ice;
public interface _ObjectDel
{
boolean ice_isA(String id, java.util.Map context)
- throws IceInternal.NonRepeatable;
+ throws IceInternal.LocalExceptionWrapper;
void ice_ping(java.util.Map context)
- throws IceInternal.NonRepeatable;
+ throws IceInternal.LocalExceptionWrapper;
String[] ice_ids(java.util.Map context)
- throws IceInternal.NonRepeatable;
+ throws IceInternal.LocalExceptionWrapper;
String ice_id(java.util.Map context)
- throws IceInternal.NonRepeatable;
+ throws IceInternal.LocalExceptionWrapper;
boolean ice_invoke(String operation, Ice.OperationMode mode, byte[] inParams, ByteSeqHolder outParams,
java.util.Map context)
- throws IceInternal.NonRepeatable;
+ throws IceInternal.LocalExceptionWrapper;
Connection ice_connection();
}