com.google.api.ads.adwords.lib.utils
Class ReportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.api.ads.adwords.lib.utils.ReportException
- All Implemented Interfaces:
- Serializable
public class ReportException
- extends Exception
Exception thrown while downloading a report and was a transport-layer problem
with the request. Usually can be retried.
- Author:
- Adam Rogal
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReportException
public ReportException(String message,
Throwable cause)
- Constructor.
- Parameters:
message - the exception messagecause - the exception cause
ReportException
public ReportException(String message)
- Constructor.
- Parameters:
message - the exception message
Copyright © 2012. All Rights Reserved.