|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--vfstagecontroller.SerialConnectionException
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 |
|
Constructor Detail |
public SerialConnectionException(java.lang.String str)
SerialConnectionException
with the specified detail message.str
- the detail message.public SerialConnectionException()
SerialConnectionException
with no detail message.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |