Searched defs:ConnectException (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DConnectException.java37 public class ConnectException extends SocketException { class in inherits:SocketException
41 * Constructs a new ConnectException with the specified detail
47 public ConnectException(String msg) { method in class:ConnectException
52 * Construct a new ConnectException with no detailed message.
54 public ConnectException() {} method in class:ConnectException
58 public ConnectException(String msg, Throwable cause) { method in class:ConnectException

Completed in 20 milliseconds