PortInUseExceptionpublic class PortInUseException extends AFException An exception to suggest that a port with given number is already in use. |
Constructors Summary |
---|
public PortInUseException()Creates new PortInUseException without detail message.
super();
| public PortInUseException(String msg)Constructs an PortInUseException with the
specified detail message.
super(msg);
|
|