com.google.api.ads.adwords.lib.utils
Class ReportFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.api.ads.adwords.lib.utils.ReportFailureException
- All Implemented Interfaces:
- Serializable
public class ReportFailureException
- extends Exception
Exception thrown while fetching a report response or downloading a report.
Usually, this exception is not recoverable, but the cause can be
checked if needed.
- 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 |
ReportFailureException
public ReportFailureException(String message,
Throwable cause)
- Constructor.
- Parameters:
message - the exception messagecause - the exception cause
ReportFailureException
public ReportFailureException(String message)
- Constructor.
- Parameters:
message - the exception message
Copyright © 2012. All Rights Reserved.