comm
Class PortInUseException

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

public class PortInUseException
extends java.lang.Exception

This exception is thrown when the specified port is already in use.

Version:
2.0.3
Author:
Chris Burdess
See Also:
Serialized Form

Field Summary
 java.lang.String currentOwner
          Description of the current owner of the port.
 
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
Description of the current owner of the port.

Since:
CommAPI 1.1
Constructor Detail

PortInUseException

public PortInUseException()