Added in API level 9
Summary:
Ctors
| Inherited Methods
SipException
public
class
SipException
extends Exception
| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | android.net.sip.SipException | ||
Indicates a general SIP-related exception.
Summary
Public constructors | |
|---|---|
SipException()
|
|
SipException(String message)
|
|
SipException(String message, Throwable cause)
|
|
Inherited methods | |
|---|---|
Public constructors
SipException
Added in API level 9
public SipException (String message, Throwable cause)
| Parameters | |
|---|---|
message |
String |
cause |
Throwable |