com.google.api.ads.adwords.lib.utils
Class ReportFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ReportFailureException(String message)
          Constructor.
ReportFailureException(String message, Throwable cause)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportFailureException

public ReportFailureException(String message,
                              Throwable cause)
Constructor.

Parameters:
message - the exception message
cause - the exception cause

ReportFailureException

public ReportFailureException(String message)
Constructor.

Parameters:
message - the exception message


Copyright © 2012. All Rights Reserved.