com.ibm.manplato.Protocol
Class NotConnectedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.manplato.Protocol.NotConnectedException
All Implemented Interfaces:
java.io.Serializable

public class NotConnectedException
extends java.lang.Exception

The NotConnectedException class. This exeception is generated when the connection to the Palm is lost due to unforseen circumstances.

Version:
$Rev$-$Date: 2001/03/15 16:55:32 $$State: Exp $
Author:
File Created By: Brad BARCLAY <bbarclay@ca.ibm.com>, Last Modified By: $Author: Yaztromo $
See Also:
Serialized Form

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotConnectedException

public NotConnectedException()
Constructs a new NotConnectedException object.

NotConnectedException

public NotConnectedException(java.lang.String s)
Constructs a new NotConnectedException object with the given message.
Parameters:
s - a String containing the exeception message text.