public class SipException extends Exception
Modifier and Type | Field and Description |
---|---|
protected Throwable |
m_Cause
The specialized cause that triggered this Exception.
|
Constructor and Description |
---|
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. |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Returns the cause of this throwable or null if the cause is
nonexistent or unknown.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected Throwable m_Cause
public SipException()
SipException
public SipException(String message)
SipException
with the specified error
message.message
- the error message of this Exception.public Throwable getCause()
Copyright © 2016. All Rights Reserved.