mx4j/src/core/mx4j/remote ProviderFactory.java,1.7,1.8
Simone Bordet <[email protected]> Mon, 21 Feb 2005 11:31:32 +0000
| Newsgroups | gmane.comp.java.mx4j.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mx4j/mx4j/src/core/mx4j/remote
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10980/src/core/mx4j/remote
Modified Files:
ProviderFactory.java
Log Message:
Fixed exception catching in case of exceptions thrown during creation of the connector [server].
Index: ProviderFactory.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/mx4j/remote/ProviderFactory.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** ProviderFactory.java 18 Feb 2005 15:23:07 -0000 1.7
--- ProviderFactory.java 21 Feb 2005 11:31:27 -0000 1.8
***************
*** 60,64 ****
throw x;
}
! catch (Exception x)
{
continue;
--- 60,64 ----
throw x;
}
! catch (IOException x)
{
continue;
***************
*** 86,90 ****
throw x;
}
! catch (Exception x)
{
continue;
--- 86,90 ----
throw x;
}
! catch (IOException x)
{
continue;
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click