cnrg.itx.signal
Class InviteException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--cnrg.itx.ITXException
                    |
                    +--cnrg.itx.signal.DesktopSignalingException
                          |
                          +--cnrg.itx.signal.InviteException
Direct Known Subclasses:
InviteBusyException, InviteIncompatibleException, InviteInvalidException, InviteRejectException, InviteTimeoutException

public class InviteException
extends DesktopSignalingException

This class forms the base class for all Invite related exceptions thrown by DesktopSignaling during the dial sequence.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
InviteException(java.lang.String reason)
          Default 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

InviteException

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