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.

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)

public GoogleAuthException (String msg, Throwable throwable)

public GoogleAuthException (Throwable throwable)