UserRecoverableException

public classUserRecoverableExceptionextendsException
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 anIntent that when supplied to Activity.startActivityForResult(Intent, int),will allow user intervention.

Inherited Method Summary

Public Constructors

publicUserRecoverableException(Stringmsg,Intent intent)

Public Methods

publicIntent getIntent()

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

Returns
  • Intent representing the ameliorating user action.