com.rbnb.api
Class DisconnectedClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.rbnb.api.RBNBException
              extended by com.rbnb.api.AddressException
                  extended by com.rbnb.api.DisconnectedClientException
All Implemented Interfaces:
Serializable

public final class DisconnectedClientException
extends AddressException

Disconnected client exception class.

Since:
V2.2
See Also:
Serialized Form
Author:
Ian Brown
Version:
02/16/2004

Constructor Summary
DisconnectedClientException()
          Class constructor.
DisconnectedClientException(String messageI)
          Class constructor to build a DisconnectedClientException for the input detail message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DisconnectedClientException

public DisconnectedClientException()
Class constructor.

Since:
V2.2
See Also:
DisconnectedClientException(String)
Author:
Ian Brown
Version:
02/16/2004

DisconnectedClientException

public DisconnectedClientException(String messageI)
Class constructor to build a DisconnectedClientException for the input detail message.

Since:
V2.2
See Also:
DisconnectedClientException()
Author:
Ian Brown #param messageI the detail message.
Version:
02/16/2004