|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.sip.SipException
public class 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.
Constructor Summary | |
---|---|
SipException()
Constructs a new SipException |
|
SipException(String message)
Constructs a new SipException with the specified error
message. |
|
SipException(String message,
Throwable cause)
Constructs a new SipException with the specified error
message and specialized cause that triggered this error condition. |
Method Summary | |
---|---|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SipException()
SipException
public SipException(String message)
SipException
with the specified error
message.
message
- the error message of this Exception.public SipException(String message, 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 Throwable getCause()
getCause
in class Throwable
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |