|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--jain.protocol.ss7.SS7Exception | +--jain.protocol.ss7.SS7ListenerNotRegisteredException
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.
Constructor Summary | |
SS7ListenerNotRegisteredException()
Constructs a new ListenerNotRegisteredException |
|
SS7ListenerNotRegisteredException(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 |
public SS7ListenerNotRegisteredException(java.lang.String msg)
ListenerNotRegisteredException
with the specified detail message.msg
- the detail messagepublic SS7ListenerNotRegisteredException()
ListenerNotRegisteredException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |