Package gnu.io

Class PortInUseException

All Implemented Interfaces:
Serializable

public class PortInUseException extends Exception
The port requested is currently in use
Since:
JDK1.0
See Also:
  • Field Details

    • currentOwner

      public String currentOwner
      the owner of the port requested.
  • Constructor Details

    • PortInUseException

      public PortInUseException()