1.0.0

javax.comm
Class SerialPortException

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

public class SerialPortException
extends java.lang.Exception

Version:
1.0.0
See Also:
Serialized Form

Constructor Summary
SerialPortException(java.lang.String msg)
          Constructs an instance of this class from the specified msg 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
 

Constructor Detail

SerialPortException

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

Parameters:
msg - The msg (String) parameter.

1.0.0

Copyright (c) 1999, 2007 IBM