|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--com.java4less.comm.CommException
Exception class for CommConnector.
Used mainly by the open() to inform of unexpected problems when
trying to establish the communication channel, such as unavailable
hardware resources or initiation protocol failure.
Note that CommConnector methods may also throw a "plain" IOException
when the problem is considered to be at a lower level such as connection
lost.
IOException
,
Serialized FormConstructor Summary | |
CommException()
|
|
CommException(java.lang.String m)
|
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 CommException()
public CommException(java.lang.String m)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |