org.davic.net.ca
Class MMIListenerAlreadyRegisteredException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.davic.net.ca.CAException
              extended byorg.davic.net.ca.MMIListenerAlreadyRegisteredException
All Implemented Interfaces:
java.io.Serializable

public class MMIListenerAlreadyRegisteredException
extends CAException

This exception is raised if an application tries to register a listener for the MMI events and there is already a listener registered.

See Also:
Serialized Form

Constructor Summary
MMIListenerAlreadyRegisteredException()
          Default constructor for the event
MMIListenerAlreadyRegisteredException(java.lang.String reason)
          Constructor for the exception with a specified reason
 
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

MMIListenerAlreadyRegisteredException

public MMIListenerAlreadyRegisteredException()
Default constructor for the event


MMIListenerAlreadyRegisteredException

public MMIListenerAlreadyRegisteredException(java.lang.String reason)
Constructor for the exception with a specified reason

Parameters:
reason - the reason why the exception was raised