public class ConnectException extends SocketException
| Constructor and Description | 
|---|
| ConnectException()Construct a new ConnectException with no detailed message. | 
| ConnectException(String msg)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, toStringpublic ConnectException(String msg)
msg - the detail messagepublic ConnectException()