UserRecoverableException

public class UserRecoverableException extends Exception
Known Direct Subclasses

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

Public Constructor Summary

Public Method Summary

Intent
getIntent()
Getter for an Intent that when supplied to Activity.startActivityForResult(Intent, int), will allow user intervention.

Inherited Method Summary

Public Constructors

public UserRecoverableException (String msg, Intent intent)

Public Methods

public Intent getIntent ()

Getter for an Intent that when supplied to Activity.startActivityForResult(Intent, int), will allow user intervention.

Returns
  • Intent representing the ameliorating user action.