> > > I > > see no way for java to not get through the catch( Exception e )... > > Me too. That's really a strange behaviour.
Even if the UnresolvedAddressException is a RuntimeException, it should be caught by the catch( Exception e). There is something weird... > > > Can you > > add a System.out.println() in the catch part of your code ? > > I will try. But as the stack-trace says that this IS comming from the > connect-method I'm not sure if an sysout is telling something different. Just keep me updated. -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
