com.google.api.client.googleapis.auth.clientlogin
Class ClientLoginResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.google.api.client.http.HttpResponseException
                  extended by 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

Method Summary
 ClientLogin.ErrorInfo getDetails()
          Return the error details or null for none.
 
Methods inherited from class com.google.api.client.http.HttpResponseException
computeMessage, computeMessageBuffer, getHeaders, getResponse, getStatusCode, isSuccessStatusCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDetails

public final ClientLogin.ErrorInfo getDetails()
Return the error details or null for none.



Copyright © 2010-2012 Google. All Rights Reserved.