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(String err)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public GoogleAuthException (String err)