>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
Andrew> We need to merge this class with Classpath
Yeah, definitely.
Andrew> catch (Exception ex)
Andrew> {
Andrew> + throw new UnknownHostException(hostname);
Andrew> }
It may be handy to chain the exception here.
Tom