org.mobicents.media.server.mgcp.controller
Class UnknownPackageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mobicents.media.server.mgcp.controller.UnknownPackageException
All Implemented Interfaces:
Serializable

public class UnknownPackageException
extends Exception

Author:
kulikov
See Also:
Serialized Form

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

UnknownPackageException

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


UnknownPackageException

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

Parameters:
msg - the detail message.


Copyright © 2012 TeleStax, Inc.. All Rights Reserved.