Class portio.PortIOException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class portio.PortIOException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----portio.PortIOException

public class PortIOException
extends IOException
Signals that a port I/O exception has occurred.
Version:
$Revision: 2.1 $ ($Date: 1997/02/19 18:00:00 $)

Constructor Index

 o PortIOException()
Constructs an IOException with no detail message.
 o PortIOException(String)
Constructs an IOException with the specified detail message.

Constructors

 o PortIOException
  public PortIOException()
Constructs an IOException with no detail message.
 o PortIOException
  public PortIOException(String s)
Constructs an IOException with the specified detail message. A detail message is a String that describes this particular exception.
Parameters:
s - the detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index