public class

GoogleAuthApiException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.android.gms.auth.api.GoogleAuthApiException

Class Overview

Exception encapsulating an error when attempting to use GoogleAuthApi to connect to Apiary.

Summary

Public Constructors
GoogleAuthApiException(String message, Status status)
GoogleAuthApiException(String message, Status status, PendingIntent pendingIntent)
Public Methods
PendingIntent getPendingIntent()
Status getStatus()
boolean isUserRecoverable()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public GoogleAuthApiException (String message, Status status)

public GoogleAuthApiException (String message, Status status, PendingIntent pendingIntent)

Public Methods

public PendingIntent getPendingIntent ()

public Status getStatus ()

public boolean isUserRecoverable ()