public class

GoogleAuthException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.android.gms.auth.GoogleAuthException
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

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

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

Summary

Public Constructors
GoogleAuthException()
GoogleAuthException(String err)
GoogleAuthException(String msg, Throwable throwable)
GoogleAuthException(Throwable throwable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public GoogleAuthException ()

public GoogleAuthException (String err)

Parameters
err String

public GoogleAuthException (String msg, Throwable throwable)

Parameters
msg String
throwable Throwable

public GoogleAuthException (Throwable throwable)

Parameters
throwable Throwable