public class LegacyErrorResponseHandler extends Object
Constructor and Description |
---|
LegacyErrorResponseHandler() |
Modifier and Type | Method and Description |
---|---|
ReportDownloadResponse |
handleResponse(RawReportDownloadResponse response)
Processes a
RawReportDownloadResponse into a
ReportDownloadResponse , unwrapping pre-v201209 error messages if
possible. |
public ReportDownloadResponse handleResponse(RawReportDownloadResponse response) throws ReportException
RawReportDownloadResponse
into a
ReportDownloadResponse
, unwrapping pre-v201209 error messages if
possible.response
- to processReportException
- if we have trouble reading the input stream.Copyright © 2013. All Rights Reserved.