jain.protocol.ip
Class IPListenerNotRegisteredException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.protocol.ip.IPException
                    |
                    +--jain.protocol.ip.IPListenerNotRegisteredException

public class IPListenerNotRegisteredException
extends IPException

This exception is thrown if the remove Jain Listener method of a Jain Provider is invoked to remove a Jain Listener from he list of registered Event Listeners, and the Jain Listener to be removed is not currently a registered Event Listener.

Version:
0.6
See Also:
Serialized Form

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

IPListenerNotRegisteredException

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

IPListenerNotRegisteredException

public IPListenerNotRegisteredException()
Constructs a new IPListenerNotRegisteredException


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


Copyright - 2000 Sun Microsystems