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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.api.ads.adwords.lib.utils.ReportException
All Implemented Interfaces:
Serializable

public class ReportException
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
ReportException(String message)
          Constructor.
ReportException(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

ReportException

public ReportException(String message,
                       Throwable cause)
Constructor.

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

ReportException

public ReportException(String message)
Constructor.

Parameters:
message - the exception message


Copyright © 2012. All Rights Reserved.