|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.google.api.ads.common.lib.exception.AuthenticationException
com.google.api.ads.common.lib.exception.ClientLoginException
.ClientLoginResponseException ClientLoginResponseException
instead
@Deprecated public class ClientLoginException
An exception thrown when the ClientLogin API was unable to successfully generate a token.
| Constructor Summary | |
|---|---|
ClientLoginException(Integer httpStatusCode,
String httpResponseBody,
String errorCode,
CaptchaInformation captchaInfo,
IOException ioException)
Deprecated. Constructor. |
|
| Method Summary | |
|---|---|
CaptchaInformation |
getCaptchaInfo()
Deprecated. |
String |
getErrorCode()
Deprecated. |
String |
getHttpResponseBody()
Deprecated. |
Integer |
getHttpStatusCode()
Deprecated. |
IOException |
getIoException()
Deprecated. |
String |
getMessage()
Deprecated. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClientLoginException(Integer httpStatusCode,
String httpResponseBody,
String errorCode,
CaptchaInformation captchaInfo,
IOException ioException)
httpStatusCode - the HTTP status codehttpResponseBody - the HTTP response bodyerrorCode - the client login error code if presentcaptchaInfo - the captcha information if presentioException - the IOException that caused the authentication
failure| Method Detail |
|---|
public Integer getHttpStatusCode()
public String getHttpResponseBody()
public String getErrorCode()
public CaptchaInformation getCaptchaInfo()
public IOException getIoException()
IOException that caused the failurepublic String getMessage()
getMessage in class ThrowableThrowable.getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||