jain.protocol.ip
Class IPListenerAlreadyRegisteredException

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

public class IPListenerAlreadyRegisteredException
extends IPException

This exception is thrown if the add Jain Listener method of a Jain Provider is invoked to add a Jain Listener to the list of registered Event Listeners, and the Jain Listener to be added is already a current registered Event Listener.

Version:
0.6
See Also:
Serialized Form

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

IPListenerAlreadyRegisteredException

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

IPListenerAlreadyRegisteredException

public IPListenerAlreadyRegisteredException()
Constructs a new IPListenerAlreadyRegisteredException


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


Copyright - 2000 Sun Microsystems