org.mobicents.media.server.spi
Class TooManyConnectionsException

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

public class TooManyConnectionsException
extends Exception

Author:
Oleg Kulikov
See Also:
Serialized Form

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

TooManyConnectionsException

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


TooManyConnectionsException

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

Parameters:
msg - the detail message.


Copyright © 2011. All Rights Reserved.