public static class SocketConnectException
extends java.lang.Object
An IOException that indicates a socket connection attempt failed.
Unlike java.net.ConnectException, it includes details of what we
were trying to connect to.
- Since:
- JavaMail 1.5.0
- See Also:
ConnectException
,
Serialized Form