gnu.io

Class PortInUseException


public class PortInUseException
extends Exception

The port requested is currently in use
Since:
JDK1.0

Field Summary

String
currentOwner
the owner of the port requested.

Constructor Summary

PortInUseException()

Field Details

currentOwner

public String currentOwner
the owner of the port requested.

Constructor Details

PortInUseException

public PortInUseException()