UserRecoverableException

public classUserRecoverableExceptionextendsException
Known direct subclasses
GooglePlayServicesRepairableException

GooglePlayServicesRepairableExceptions are special instances of s which are thrown when Google Play services is not installed, up-to-date, or enabled.


UserRecoverableExceptions signal errors that can be recovered with user action, such as a user login.

Summary

Public fields

finalIntent

Public constructors

Public methods

Intent

Getter for anIntentthat when supplied to startActivityForResult, will allow user intervention.

Inherited methods

Fromjava.lang.Throwable
synchronized final void
synchronizedThrowable
synchronizedThrowable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronizedThrowable
void
void
setStackTrace(StackTraceElement[] p)
String

Public fields

intent

public finalIntentintent

Public constructors

UserRecoverableException

publicUserRecoverableException(Stringmsg,Intentintent)

Public methods

getIntent

publicIntentgetIntent()

Getter for anIntentthat when supplied to startActivityForResult, will allow user intervention.

Returns
Intent

Intent representing the ameliorating user action.