public static class MailConnectException
extends java.lang.Object
A MessagingException that indicates a socket connection attempt failed.
Unlike java.net.ConnectException, it includes details of what we
were trying to connect to. The underlying exception is available
as the "cause" of this exception.
- Since:
- JavaMail 1.5.0
- See Also:
ConnectException
,
Serialized Form