jain.protocol.ip.sip
Class ListeningPointUnavailableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.protocol.ip.IPException
                    |
                    +--jain.protocol.ip.sip.SipException
                          |
                          +--jain.protocol.ip.sip.ListeningPointUnavailableException

public final class ListeningPointUnavailableException
extends SipException

This Exception is thrown when an attempt is made to create a JainSipProvider with a ListeningPoint which is not owned by the JainSipStack, or if another JainSipProvider is already using the ListeningPoint

Version:
0.6
See Also:
Serialized Form

Constructor Summary
ListeningPointUnavailableException()
          Constructs a new ListeningPointUnavailableException
ListeningPointUnavailableException(java.lang.String msg)
          Constructs a new ListeningPointUnavailableException with the specified detail message.
 
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

ListeningPointUnavailableException

public ListeningPointUnavailableException(java.lang.String msg)
Constructs a new ListeningPointUnavailableException with the specified detail message.
Parameters:
msg - the detail message

ListeningPointUnavailableException

public ListeningPointUnavailableException()
Constructs a new ListeningPointUnavailableException


If you have any comments or queries, please mail them to JAIN-SIP-interest@sun.com


Copyright - 2000 Sun Microsystems