Known Direct Subclasses
| UserRecoverableAuthException |
UserRecoverableAuthExceptions signal Google authentication errors that can be recovered with user
action, such as a user login.
|
| UserRecoverableNotifiedException |
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.
|
|
Known Indirect Subclasses
|
Class Overview
GoogleAuthExceptions signal Google authentication errors. In contrast to IOExceptions,
GoogleAuthExceptions imply that authentication shouldn't simply be retried.
Public Constructors
public
GoogleAuthException
()
public
GoogleAuthException
(String err)
public
GoogleAuthException
(Throwable throwable)