GoogleAuthException

public classGoogleAuthExceptionextendsException
Known Direct Subclasses
Known Indirect Subclasses

GoogleAuthExceptions signal Google authentication errors. In contrast toIOExceptions, GoogleAuthExceptions imply that authentication shouldn't simply be retried.

Objects whose type is exactlyGoogleAuthException denote an authorization problem that is expected to be permanent and not correctable by the user, such as invalid client. By contrast, subclasses such asUserRecoverableAuthException) are used for transient user-correctable issues. A transient issue may also be indicated by an IOException.

Public Constructor Summary

Inherited Method Summary

Public Constructors

publicGoogleAuthException()

publicGoogleAuthException(Stringerr)

publicGoogleAuthException(Stringmsg,Throwable throwable)

publicGoogleAuthException(Throwable throwable)