public class ConnectException extends SocketException
| Constructor and Description |
|---|
ConnectException()
Construct a new ConnectException with no detailed message.
|
ConnectException(java.lang.String msg)
Constructs a new ConnectException with the specified detail message as to why the connect error occurred.
|
public ConnectException(java.lang.String msg)
msg - the detail messagepublic ConnectException()