Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | ConnectException(String
the detail message msg)Constructs a new ConnectException with the specified detail message as to why the connect error occurred. |
public |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
ConnectException | back to summary |
---|---|
public ConnectException(String msg) Constructs a new ConnectException with the specified detail message as to why the connect error occurred. A detail message is a String that gives a specific description of this error.
|
ConnectException | back to summary |
---|---|
public ConnectException() Construct a new ConnectException with no detailed message. |