org.mobicents.slee.services.sip.common
Class SipSendErrorResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| 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 |
SipSendErrorResponseException
public SipSendErrorResponseException(java.lang.String msg,
int statusCode,
java.lang.Throwable t)
SipSendErrorResponseException
public SipSendErrorResponseException(java.lang.String msg,
int statusCode)
getStatusCode
public int getStatusCode()
Copyright © 2010. All Rights Reserved.