Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

ch.elexis.rs232
Class SerialConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.elexis.rs232.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.
SerialConnectionException(java.lang.String message, gnu.io.PortInUseException e)
           
 
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

SerialConnectionException

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

Parameters:
s - the detail message.

SerialConnectionException

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


SerialConnectionException

public SerialConnectionException(java.lang.String message,
                                 gnu.io.PortInUseException e)

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013