1.0.0

javax.comm
Class PortInUseException

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

public class PortInUseException
extends java.lang.Exception

Version:
1.0.0
See Also:
Serialized Form

Field Summary
 java.lang.String currentOwner
          Define the current owner (String) field.
 
Constructor Summary
PortInUseException(java.lang.String co)
          Constructs an instance of this class from the specified co parameter.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

currentOwner

public java.lang.String currentOwner
Define the current owner (String) field.

Constructor Detail

PortInUseException

public PortInUseException(java.lang.String co)
Constructs an instance of this class from the specified co parameter.

Parameters:
co - The co (String) parameter.

1.0.0

Copyright (c) 1999, 2007 IBM