cnrg.itx.signal
Class DesktopSignalingException

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

public class DesktopSignalingException
extends cnrg.itx.ITXException

This class represents the base exception class thrown by DesktopSignaling. All DesktopSignaling exceptions extend this class.

See Also:
Serialized Form

Constructor Summary
DesktopSignalingException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DesktopSignalingException

public DesktopSignalingException(java.lang.String reason)
Constructor
Parameters:
reason - is a string explaining the reason for the exception