For some reason, I can't connect my java Socket
to the following FQDN
1753003334.pamx1.hotmail.com.
I've tried with other mail-servers, and they didn't give me this problem. But, this one, whose preference (according to nslookup) is 0, causes the Socket to throw a ConnectException when the socket tries to execute socket(SocketAddress endpoint)
method - the Java SE 6 doesn't even list it as one of the possible exceptions that it will throw.
Additionally, I tried the mail-server, manually, on the command prompt by executing the telnet utility, and everything worked fine.
What about this domain name is causing my Java program to crash? Can anyone help me with this problem?