.ClientLoginResponseException ClientLoginResponseException
instead@Deprecated public class ClientLoginException extends AuthenticationException
| Constructor and Description |
|---|
ClientLoginException(Integer httpStatusCode,
String httpResponseBody,
String errorCode,
CaptchaInformation captchaInfo,
IOException ioException)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CaptchaInformation |
getCaptchaInfo()
Deprecated.
|
String |
getErrorCode()
Deprecated.
|
String |
getHttpResponseBody()
Deprecated.
|
Integer |
getHttpStatusCode()
Deprecated.
|
IOException |
getIoException()
Deprecated.
|
String |
getMessage()
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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
failurepublic 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()Copyright © 2014. All Rights Reserved.