org.mobicents.media.server.spi
Class FormatNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mobicents.media.server.spi.FormatNotSupportedException
- All Implemented Interfaces:
- Serializable
public class FormatNotSupportedException
- extends Exception
- Author:
- kulikov
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FormatNotSupportedException
public FormatNotSupportedException()
- Creates a new instance of
FormatNotSupportedException without detail message.
FormatNotSupportedException
public FormatNotSupportedException(String msg)
- Constructs an instance of
FormatNotSupportedException with the specified detail message.
- Parameters:
msg - the detail message.
Copyright © 2011. All Rights Reserved.