ConnectException.ConnectException
Class Overview | Class Members |
This Package |
All Packages
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.
public ConnectException()
Description
Construct a new ConnectException with no detailed message.