ConnectException.ConnectException

ConnectException.ConnectException

Class Overview | Class Members | This Package | All Packages

Syntax 1
public ConnectException( String msg )
Parameters
msg
the detail message
Description
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.



Syntax 2
public ConnectException()
Description
Construct a new ConnectException with no detailed message.