org.mobicents.media.server.spi
Class PackageNotSupportedException

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

public class PackageNotSupportedException
extends java.lang.Exception

Author:
Oleg Kulikov
See Also:
Serialized Form

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

PackageNotSupportedException

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


PackageNotSupportedException

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

Parameters:
msg - the detail message.


Copyright © 2010. All Rights Reserved.