diff options
Diffstat (limited to 'java/src/Ice/_ObjectDelD.java')
-rw-r--r-- | java/src/Ice/_ObjectDelD.java | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/java/src/Ice/_ObjectDelD.java b/java/src/Ice/_ObjectDelD.java index f860f2bdc55..0f9c77bcafb 100644 --- a/java/src/Ice/_ObjectDelD.java +++ b/java/src/Ice/_ObjectDelD.java @@ -27,13 +27,13 @@ public class _ObjectDelD implements _ObjectDel { return __direct.facetServant().ice_isA(__id, __current); } - catch (LocalException ex) + catch(LocalException ex) { UnknownLocalException e = new UnknownLocalException(); e.initCause(ex); throw e; } - catch (RuntimeException ex) + catch(RuntimeException ex) { UnknownException e = new UnknownException(); e.initCause(ex); @@ -63,13 +63,13 @@ public class _ObjectDelD implements _ObjectDel __direct.facetServant().ice_ping(__current); return; } - catch (LocalException ex) + catch(LocalException ex) { UnknownLocalException e = new UnknownLocalException(); e.initCause(ex); throw e; } - catch (RuntimeException ex) + catch(RuntimeException ex) { UnknownException e = new UnknownException(); e.initCause(ex); @@ -98,13 +98,13 @@ public class _ObjectDelD implements _ObjectDel { return __direct.facetServant().ice_ids(__current); } - catch (LocalException ex) + catch(LocalException ex) { UnknownLocalException e = new UnknownLocalException(); e.initCause(ex); throw e; } - catch (RuntimeException ex) + catch(RuntimeException ex) { UnknownException e = new UnknownException(); e.initCause(ex); @@ -133,13 +133,13 @@ public class _ObjectDelD implements _ObjectDel { return __direct.facetServant().ice_id(__current); } - catch (LocalException ex) + catch(LocalException ex) { UnknownLocalException e = new UnknownLocalException(); e.initCause(ex); throw e; } - catch (RuntimeException ex) + catch(RuntimeException ex) { UnknownException e = new UnknownException(); e.initCause(ex); @@ -168,13 +168,13 @@ public class _ObjectDelD implements _ObjectDel { return __direct.facetServant().ice_facets(__current); } - catch (LocalException ex) + catch(LocalException ex) { UnknownLocalException e = new UnknownLocalException(); e.initCause(ex); throw e; } - catch (RuntimeException ex) + catch(RuntimeException ex) { UnknownException e = new UnknownException(); e.initCause(ex); @@ -204,7 +204,7 @@ public class _ObjectDelD implements _ObjectDel { __servant = (Blobject)__direct.facetServant(); } - catch (ClassCastException ex) + catch(ClassCastException ex) { OperationNotExistException opEx = new OperationNotExistException(); opEx.operation = current.operation; @@ -214,13 +214,13 @@ public class _ObjectDelD implements _ObjectDel { return __servant.ice_invoke(inParams, outParams, current); } - catch (LocalException ex) + catch(LocalException ex) { UnknownLocalException e = new UnknownLocalException(); e.initCause(ex); throw e; } - catch (RuntimeException ex) + catch(RuntimeException ex) { UnknownException e = new UnknownException(); e.initCause(ex); |