UserRecoverableNotifiedException
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
UserRecoverableNotifiedException is a Google authentication error that can be resolved by user action.
This exception is handled by displaying a notification for the user.
This class extends GoogleAuthException and inherits methods from java.lang.Throwable and java.lang.Object.
Two public constructors are available for UserRecoverableNotifiedException, accepting either a String error message or a String message and a Throwable.
UserRecoverableNotifiedException signals that there was a Google authentication error
which can be recovered with user action and has been handled by publishing a notification for
the user to act on.
[null,null,["Last updated 2024-10-31 UTC."],[],["`UserRecoverableNotifiedException` indicates a Google authentication error that requires user intervention, already handled via a notification. It extends `GoogleAuthException`. Constructors allow creating the exception with an error message or with an error message and a `Throwable` cause. Inherited methods allow managing the exception's stack trace, cause, suppressed exceptions and also other basic methods such as `clone` and `wait`.\n"]]