cnrg.itx.signal
Class ConnectNullSocketException

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

public class ConnectNullSocketException
extends ConnectException

This class represents an exception thrown by DesktopSignaling if a null Socket is used to communicate with a peer component.

See Also:
Serialized Form

Constructor Summary
ConnectNullSocketException(java.lang.String reason)
          Default Constructor
 
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

ConnectNullSocketException

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