public class ConnectException extends SocketException
| Constructor and Description |
|---|
ConnectException()
Construct a new ConnectException with no detailed message.
|
ConnectException(String
Constructs a new ConnectException with the specified detail message as to why the connect error occurred.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConnectException(Stringmsg)
msg - the detail message
public ConnectException()