com.esf.device.serial.comm.service
Class PortInUseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.esf.device.serial.comm.service.PortInUseException
All Implemented Interfaces:
java.io.Serializable

public class PortInUseException
extends java.lang.Exception

Requested a port in an exclusion conflicting manner. The port requested is either already held exclusively by another thread or an exclusive request was made for a port already aquired by another thread.

Author:
matt.demaree
See Also:
Serialized Form

Constructor Summary
PortInUseException()
          Create an instance with no message about why the Exception was thrown.
PortInUseException(java.lang.String str)
          Create an instance with a message about why the Exception was thrown.
 
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
 

Constructor Detail

PortInUseException

public PortInUseException()
Create an instance with no message about why the Exception was thrown.


PortInUseException

public PortInUseException(java.lang.String str)
Create an instance with a message about why the Exception was thrown.

Parameters:
str - A detailed message explaining the reason for the Exception.


Copyright © 2009 Eurotech Inc. All rights reserved.