com.google.api.client.googleapis.auth.clientlogin
Class ClientLoginResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.google.api.client.http.HttpResponseException
com.google.api.client.googleapis.auth.clientlogin.ClientLoginResponseException
- All Implemented Interfaces:
- Serializable
public class ClientLoginResponseException
- extends HttpResponseException
Exception thrown when an error status code is detected in an HTTP response to a Google
ClientLogin request in ClientLogin
.
To get the structured details, use getDetails()
.
- Since:
- 1.7
- Author:
- Yaniv Inbar
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
getDetails
public final ClientLogin.ErrorInfo getDetails()
- Return the error details or
null
for none.
Copyright © 2010-2012 Google. All Rights Reserved.