All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.comm.PortInUseException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----javax.comm.PortInUseException

public class PortInUseException
extends Exception
Thrown when the specified port is in use.

See Also:
CommPort, CommPortIdentifier

Variable Index

 o currentOwner
Describes the current owner of the communications port.

Variables

 o currentOwner
 public String currentOwner
Describes the current owner of the communications port.


All Packages  Class Hierarchy  This Package  Previous  Next  Index