public class GoogleApiClientException
extends java.lang.Exception
com.google.android.gms.common.api.GoogleApiClient has an error connecting.| Modifier and Type | Class and Description |
|---|---|
static class |
GoogleApiClientException.ErrorType |
| Constructor and Description |
|---|
GoogleApiClientException(GoogleApiClientException.ErrorType errorType,
int errorCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
GoogleApiClientException.ErrorType |
getErrorType() |
java.lang.String |
getMessage() |
java.lang.String |
toString() |
public GoogleApiClientException(GoogleApiClientException.ErrorType errorType, int errorCode)
public GoogleApiClientException.ErrorType getErrorType()
public int getErrorCode()
com.google.android.gms.common.api.GoogleApiClient.ConnectionCallbacks
or com.google.android.gms.common.ConnectionResult.public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String toString()
toString in class java.lang.Throwable