cnrg.itx.signal
Class InviteRejectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--cnrg.itx.ITXException
                    |
                    +--cnrg.itx.signal.DesktopSignalingException
                          |
                          +--cnrg.itx.signal.InviteException
                                |
                                +--cnrg.itx.signal.InviteRejectException

public class InviteRejectException
extends InviteException

This class represents an exception thrown if the peer rejects the call.

See Also:
Serialized Form

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

Constructor Detail

InviteRejectException

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