# Print output for @column tags ?> SipException - Android SDK | Android Developers

Most visited

Recently visited

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

public SipException ()

SipException

public SipException (String message)

Parameters
message String

SipException

public SipException (String message, 
                Throwable cause)

Parameters
message String

cause Throwable