|
|||||||||
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 | +--com.ibm.manplato.Protocol.NotConnectedException
The NotConnectedException class. This exeception is generated when the connection to the Palm is lost due to unforseen circumstances.
Constructor Summary | |
NotConnectedException()
Constructs a new NotConnectedException object. |
|
NotConnectedException(java.lang.String s)
Constructs a new NotConnectedException object with the given 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 NotConnectedException()
public NotConnectedException(java.lang.String s)
s
- a String containing the exeception message text.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |