org.mobicents.media.server.spi
Class ConnectionException

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

public class ConnectionException
extends java.lang.Exception

Author:
Oleg Kulikov
See Also:
Serialized Form

Constructor Summary
ConnectionException(Connection connection, java.lang.String msg)
          Constructs an instance of ConnectionException with the specified detail message.
ConnectionException(Connection connection, java.lang.Throwable t)
           
 
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

ConnectionException

public ConnectionException(Connection connection,
                           java.lang.String msg)
Constructs an instance of ConnectionException with the specified detail message.

Parameters:
msg - the detail message.

ConnectionException

public ConnectionException(Connection connection,
                           java.lang.Throwable t)


Copyright © 2010. All Rights Reserved.