UserRecoverableException

public class UserRecoverableException extends Exception

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

final Intent

Public constructors

Public methods

Intent

Getter for an Intent that when supplied to startActivityForResult, will allow user intervention.

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] p)
String

Public fields

intent

public final Intent intent

Public constructors

UserRecoverableException

public UserRecoverableException(String msg, Intent intent)

Public methods

getIntent

public Intent getIntent()

Getter for an Intent that when supplied to startActivityForResult, will allow user intervention.

Returns
Intent

Intent representing the ameliorating user action.