gnu.io
Class PortInUseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bygnu.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
See Also:
Serialized Form

Field Summary
 java.lang.String currentOwner
          the owner of the port requested.
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
  PortInUseException()
           
(package private) PortInUseException(java.lang.String str)
          create a instance of the Exception and store the current owner
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

currentOwner

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

Constructor Detail

PortInUseException

PortInUseException(java.lang.String str)
create a instance of the Exception and store the current owner

Parameters:
str - detailed information about the current owner

PortInUseException

public PortInUseException()