public static class SocketConnectException
extends 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
- Author:
- Bill Shannon
- See Also:
ConnectException
,
Serialized Form