cnrg.itx.signal
Class ConnectFailedToOpenSocketException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--cnrg.itx.ITXException
                    |
                    +--cnrg.itx.signal.DesktopSignalingException
                          |
                          +--cnrg.itx.signal.ConnectException
                                |
                                +--cnrg.itx.signal.ConnectFailedToOpenSocketException

public class ConnectFailedToOpenSocketException
extends ConnectException

This class represents an exception thrown by DesktopSignaling if a socket connection could not be made with a peer component.

See Also:
Serialized Form

Constructor Summary
ConnectFailedToOpenSocketException(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

ConnectFailedToOpenSocketException

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