org.mobicents.media.server.ctrl.mgcp
Class UnknownConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mobicents.media.server.ctrl.mgcp.UnknownConnectionException
All Implemented Interfaces:
java.io.Serializable

public class UnknownConnectionException
extends java.lang.Exception

Author:
kulikov
See Also:
Serialized Form

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

UnknownConnectionException

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


UnknownConnectionException

public UnknownConnectionException(java.lang.String msg)
Constructs an instance of UnknownConnectionException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2010. All Rights Reserved.