/[classpath]/classpath/gnu/CORBA/IOR_Delegate.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/IOR_Delegate.java

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

revision 1.1 by audriusa, Sun May 15 01:09:29 2005 UTC revision 1.2 by audriusa, Fri Jun 3 15:12:30 2005 UTC
# Line 211  public class IOR_Delegate Line 211  public class IOR_Delegate
211                  }                  }
212                catch (IOException ex)                catch (IOException ex)
213                  {                  {
214                    throw new MARSHAL(ex + " while reading the forwarding info");                    MARSHAL t = new MARSHAL("Cant read forwarding info");
215                      t.initCause(ex);
216                      throw t;
217                  }                  }
218    
219                request.request.setIor(forwarded);                request.request.setIor(forwarded);

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