org.mobicents.media.server.mgcp.tx.cmd
Class MgcpCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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.
 
Method Summary
 int getCode()
           
 Text getErrorMessage()
           
 
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

MgcpCommandException

public MgcpCommandException(int code,
                            Text message)
Creates a new instance of MgcpCommandException without detail message.

Method Detail

getCode

public int getCode()

getErrorMessage

public Text getErrorMessage()


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