|
JAIN SIP API v1.1 - 23rd June 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--javax.sip.SipException
A SipException is thrown when a general SIP exception is encountered, when no other specialized exception defined in this specification can handle the error.
Field Summary | |
protected java.lang.Throwable |
m_Cause
The specialized cause that triggered this Exception. |
Constructor Summary | |
SipException()
Constructs a new SipException |
|
SipException(java.lang.String message)
Constructs a new SipException with the specified error
message. |
|
SipException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new SipException with the specified error
message and specialized cause that triggered this error condition. |
Method Summary | |
java.lang.Throwable |
getCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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 |
Field Detail |
protected java.lang.Throwable m_Cause
Constructor Detail |
public SipException()
SipException
public SipException(java.lang.String message)
SipException
with the specified error
message.
public SipException(java.lang.String message, java.lang.Throwable cause)
SipException
with the specified error
message and specialized cause that triggered this error condition.
message
- the detail of the error messagecause
- the specialized cause that triggered this exceptionMethod Detail |
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
|
JAIN SIP API v1.1 - 23rd June 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |