com.google.api.ads.adwords.lib.utils.v201209
Class DetailedReportDownloadResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.api.ads.adwords.lib.utils.ReportDownloadResponseException
com.google.api.ads.adwords.lib.utils.v201209.DetailedReportDownloadResponseException
- All Implemented Interfaces:
- Serializable
public class DetailedReportDownloadResponseException
- extends ReportDownloadResponseException
Exception wrapping the ReportDownloadError the server responded with. Will
populate the fieldPath, trigger and type fields if the XML can be parsed
successfully, otherwise errorText should have the HTTP response body.
- Author:
- Kevin Winter
- See Also:
- Serialized Form
DetailedReportDownloadResponseException
public DetailedReportDownloadResponseException(int httpStatus,
String errorText)
- Constructor.
- Parameters:
httpStatus - http status codeerrorText - from the server
getErrorText
public String getErrorText()
toString
public String toString()
- Overrides:
toString in class Throwable
getFieldPath
public String getFieldPath()
getTrigger
public String getTrigger()
getType
public String getType()
setFieldPath
public void setFieldPath(String fieldPath)
setTrigger
public void setTrigger(String trigger)
setType
public void setType(String type)
Copyright © 2012. All Rights Reserved.