org.mobicents.media.server.spi.listener
Class TooManyListenersException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mobicents.media.server.spi.listener.TooManyListenersException
All Implemented Interfaces:
Serializable

public class TooManyListenersException
extends Exception

Author:
kulikov
See Also:
Serialized Form

Constructor Summary
TooManyListenersException()
          Creates a new instance of TooManyListenersException without detail message.
TooManyListenersException(String msg)
          Constructs an instance of TooManyListenersException with the specified detail message.
 
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

TooManyListenersException

public TooManyListenersException()
Creates a new instance of TooManyListenersException without detail message.


TooManyListenersException

public TooManyListenersException(String msg)
Constructs an instance of TooManyListenersException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2011. All Rights Reserved.