JAIN TCAP API
v1.1 - 5th Sept 2001

jain
Class ListenerNotRegisteredException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.JainException
                    |
                    +--jain.ListenerNotRegisteredException
All Implemented Interfaces:
java.io.Serializable

public class ListenerNotRegisteredException
extends JainException

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:
1.1
Author:
Sun Microsystems Inc.
See Also:
Serialized Form

Constructor Summary
ListenerNotRegisteredException()
          Constructs a new ListenerNotRegisteredException
ListenerNotRegisteredException(java.lang.String msg)
          Constructs a new ListenerNotRegisteredException 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListenerNotRegisteredException

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

ListenerNotRegisteredException

public ListenerNotRegisteredException()
Constructs a new ListenerNotRegisteredException

JAIN TCAP API
v1.1 - 5th Sept 2001

Email comments to [email protected]