vfstagecontroller
Class SerialConnectionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--vfstagecontroller.SerialConnectionException
All Implemented Interfaces:
java.io.Serializable

public class SerialConnectionException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
SerialConnectionException()
          Constructs a SerialConnectionException with no detail message.
SerialConnectionException(java.lang.String str)
          Constructs a SerialConnectionException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SerialConnectionException

public SerialConnectionException(java.lang.String str)
Constructs a SerialConnectionException with the specified detail message.
Parameters:
str - the detail message.

SerialConnectionException

public SerialConnectionException()
Constructs a SerialConnectionException with no detail message.