dea.hc
Class SerialConnectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bydea.hc.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, 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

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.



Copyright © 2001-2005 Round Mountain Rescue Ranch. All Rights Reserved.