1.0.0

javax.comm
Class NoSuchPortException

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

public class NoSuchPortException
extends java.lang.Exception

Version:
1.0.0
See Also:
Serialized Form

Constructor Summary
NoSuchPortException()
          Constructs an instance of this class.
NoSuchPortException(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

NoSuchPortException

public NoSuchPortException()
Constructs an instance of this class.

See Also:
NoSuchPortException(String)

NoSuchPortException

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

Parameters:
msg - The msg (String) parameter.
See Also:
NoSuchPortException()

1.0.0

Copyright (c) 1999, 2007 IBM