cnrg.itx.signal
Class ConnectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--cnrg.itx.ITXException
                    |
                    +--cnrg.itx.signal.DesktopSignalingException
                          |
                          +--cnrg.itx.signal.ConnectException
Direct Known Subclasses:
ConnectFailedToOpenSocketException, ConnectNullObjectSentException, ConnectNullSocketException

public class ConnectException
extends DesktopSignalingException

This class forms the base class for all Connection related exceptions thrown by DesktopSignaling components.

See Also:
Serialized Form

Constructor Summary
ConnectException(java.lang.String reason)
          Constructor
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectException

public ConnectException(java.lang.String reason)
Constructor
Parameters:
reason - is the description of the exception