jain.protocol.ip.sip
Class UnableToDeleteProviderException

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

public class UnableToDeleteProviderException
extends SipException

This exception is thrown if the deleteProvider method of a JainSipStack is invoked to delete a JainSipProvider but the deletion is not allowed. This may be because the JainSipProvider has already been deleted, or because the JainSipProvider is in use.

Version:
0.6
See Also:
Serialized Form

Constructor Summary
UnableToDeleteProviderException()
          Constructs a new UnableToDeleteProviderException
UnableToDeleteProviderException(java.lang.String msg)
          Constructs a new UnableToDeleteProviderException 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

UnableToDeleteProviderException

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

UnableToDeleteProviderException

public UnableToDeleteProviderException()
Constructs a new UnableToDeleteProviderException


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


Copyright - 2000 Sun Microsystems