org.mobicents.media.server.resource
Class UnknownComponentException

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

public class UnknownComponentException
extends java.lang.Exception

Author:
kulikov
See Also:
Serialized Form

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

UnknownComponentException

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


UnknownComponentException

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

Parameters:
msg - the detail message.


Copyright © 2010. All Rights Reserved.