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