|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ch.elexis.rs232.SerialConnectionException
public class SerialConnectionException
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,
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SerialConnectionException(java.lang.String str)
SerialConnectionException
with the specified detail message.
s
- the detail message.public SerialConnectionException()
SerialConnectionException
with no detail message.
public SerialConnectionException(java.lang.String message, PortInUseException e)
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |