org.mobicents.slee.services.sip.common
Class SipSendErrorResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mobicents.slee.services.sip.common.SipSendErrorResponseException
All Implemented Interfaces:
java.io.Serializable

public class SipSendErrorResponseException
extends java.lang.Exception
implements java.io.Serializable

Exception used to tell caller that a SIP error response should be sent out on the current server transaction. The status code for the response sent should be the same as getStatusCode()

See Also:
Serialized Form

Constructor Summary
SipSendErrorResponseException(java.lang.String msg, int statusCode)
           
 
Method Summary
 int getStatusCode()
           
 
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

SipSendErrorResponseException

public SipSendErrorResponseException(java.lang.String msg,
                                     int statusCode)
Method Detail

getStatusCode

public int getStatusCode()


Copyright © 2008. All Rights Reserved.