public class MailConnectException extends MessagingException
ConnectException
,
Serialized FormConstructor and Description |
---|
MailConnectException(SocketConnectException cex)
Constructs a MailConnectException.
|
Modifier and Type | Method and Description |
---|---|
int |
getConnectionTimeout()
The timeout used for the connection attempt.
|
String |
getHost()
The host we were trying to connect to.
|
int |
getPort()
The port we were trying to connect to.
|
getCause, getNextException, setNextException, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public MailConnectException(SocketConnectException cex)
cex
- the SocketConnectException with the detailspublic String getHost()
public int getPort()
public int getConnectionTimeout()
Copyright © 1996-2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.