/[classpath]/classpath/gnu/CORBA/CDR/UnknownExceptionCtxHandler.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/CDR/UnknownExceptionCtxHandler.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by audriusa, Sun Oct 2 19:58:00 2005 UTC revision 1.2 by audriusa, Tue Oct 4 17:58:14 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package gnu.CORBA.CDR;  package gnu.CORBA.CDR;
40    
41    import gnu.CORBA.Minor;
42  import gnu.CORBA.ObjectCreator;  import gnu.CORBA.ObjectCreator;
43  import gnu.CORBA.GIOP.ServiceContext;  import gnu.CORBA.GIOP.ServiceContext;
44    
# Line 274  public class UnknownExceptionCtxHandler Line 275  public class UnknownExceptionCtxHandler
275            }            }
276          catch (MARSHAL m)          catch (MARSHAL m)
277            {            {
278                m.minor = Minor.Instantiation;
279              throw m;              throw m;
280            }            }
281          catch (Exception ex)          catch (Exception ex)
282            {            {
283              MARSHAL m = new MARSHAL("Unable to instantiate " + id);              MARSHAL m = new MARSHAL("Unable to instantiate " + id);
284                m.minor = Minor.Instantiation;
285              m.initCause(ex);              m.initCause(ex);
286              throw m;              throw m;
287            }            }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26