gnu.io
Class PortInUseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gnu.io.PortInUseException
All Implemented Interfaces:
java.io.Serializable

public class PortInUseException
extends java.lang.Exception

The port requested is currently in use

Since:
JDK1.0
Version:
%I%, %G%
Author:
Trent Jarvi
See Also:
Serialized Form

Field Summary
 java.lang.String currentOwner
          the owner of the port requested.
 
Constructor Summary
PortInUseException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

currentOwner

public java.lang.String currentOwner
the owner of the port requested.

Constructor Detail

PortInUseException

public PortInUseException()