|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.mobicents.slee.services.sip.common.SipSendErrorResponseException
public class SipSendErrorResponseException
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()
| 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 |
|---|
public SipSendErrorResponseException(java.lang.String msg,
int statusCode)
| Method Detail |
|---|
public int getStatusCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||