org.mobicents.media.server.mgcp.tx.cmd
Class MgcpCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mobicents.media.server.mgcp.tx.cmd.MgcpCommandException
- All Implemented Interfaces:
- Serializable
public class MgcpCommandException
- extends RuntimeException
- Author:
- kulikov
- See Also:
- Serialized Form
|
Constructor Summary |
MgcpCommandException(int code,
Text message)
Creates a new instance of MgcpCommandException without detail message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MgcpCommandException
public MgcpCommandException(int code,
Text message)
- Creates a new instance of
MgcpCommandException without detail message.
getCode
public int getCode()
getErrorMessage
public Text getErrorMessage()
Copyright © 2012 TeleStax, Inc.. All Rights Reserved.