Added in API level 9
Deprecated in API level 31

SipException

public class SipException
extends Exception

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ android.net.sip.SipException


This class was deprecated in API level 31.
SipManager and associated classes are no longer supported and should not be used as the basis of future VOIP apps.

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 ()

SipException

Added in API level 9
public SipException (String message)

Parameters
message String

SipException

Added in API level 9
public SipException (String message, 
                Throwable cause)

Parameters
message String

cause Throwable