org.sapia.ubik.mcast
Class ListenerAlreadyRegisteredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sapia.ubik.mcast.ListenerAlreadyRegisteredException
All Implemented Interfaces:
java.io.Serializable

public class ListenerAlreadyRegisteredException
extends java.lang.Exception

Thrown when a synchronous event listener has already been registered for a given event type.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site
See Also:
EventConsumer.registerSyncListener(String, SyncEventListener), EventChannel.registerAsyncListener(String, AsyncEventListener), Serialized Form

Constructor Summary
ListenerAlreadyRegisteredException(java.lang.String msg)
          Constructor for ListenerAlreadyRegisteredException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListenerAlreadyRegisteredException

public ListenerAlreadyRegisteredException(java.lang.String msg)
Constructor for ListenerAlreadyRegisteredException.



Copyright © 2010 Sapia OSS. All Rights Reserved.