BindException.BindException

BindException.BindException

Class Overview | Class Members | This Package | All Packages

Syntax 1
public BindException( String msg )
Parameters
msg
the detail message
Description
Constructs a new BindException with the specified detail message as to why the bind error occurred. A detail message is a String that gives a specific description of this error.



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