com.google.api.ads.adwords.lib.utils
Class ReportDownloadResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.api.ads.adwords.lib.utils.ReportDownloadResponseException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DetailedReportDownloadResponseException
public class ReportDownloadResponseException
- extends Exception
Exception thrown when we receive an error response from the server.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReportDownloadResponseException
public ReportDownloadResponseException(int httpStatus)
- Constructor.
- Parameters:
httpStatus - the http status code
ReportDownloadResponseException
public ReportDownloadResponseException(int httpStatus,
Throwable cause)
- Constructor.
- Parameters:
httpStatus - the http status codecause - Underlying cause, if available.
getHttpStatus
public int getHttpStatus()
Copyright © 2012. All Rights Reserved.