ConnectExceptionNameConnectExceptionSynopsis
DescriptionA ConnectException is thrown when a socket connection cannot be established with a remote machine. This type of exception usually indicates that there is no listening process on the remote machine. Class Summary
public class java.net.ConnectException extends java.net.SocketException {
// Constructors
public ConnectException();
public ConnectException(String msg);
}
ConstructorsConnectExceptionpublic ConnectException()
public ConnectException(String msg)
Inherited Methods
See AlsoException, IOException, SocketException |
|