cnrg.itx.signal
Class ConnectNullObjectSentException

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

public class ConnectNullObjectSentException
extends ConnectException

This class represents an exception thrown by DesktopSignaling if a null SigPacket is being sent to a peer component.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ConnectNullObjectSentException(java.lang.String reason)
          Constructor
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ConnectNullObjectSentException

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